Uses of Interface
software.amazon.awssdk.services.kms.KmsAsyncClient
-
Packages that use KmsAsyncClient Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of KmsAsyncClient in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return KmsAsyncClient Modifier and Type Method Description static KmsAsyncClientKmsAsyncClient. create()Create aKmsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of KmsAsyncClient in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type KmsAsyncClient Constructor Description DescribeCustomKeyStoresPublisher(KmsAsyncClient client, DescribeCustomKeyStoresRequest firstRequest)ListAliasesPublisher(KmsAsyncClient client, ListAliasesRequest firstRequest)ListGrantsPublisher(KmsAsyncClient client, ListGrantsRequest firstRequest)ListKeyPoliciesPublisher(KmsAsyncClient client, ListKeyPoliciesRequest firstRequest)ListKeyRotationsPublisher(KmsAsyncClient client, ListKeyRotationsRequest firstRequest)ListKeysPublisher(KmsAsyncClient client, ListKeysRequest firstRequest)ListResourceTagsPublisher(KmsAsyncClient client, ListResourceTagsRequest firstRequest)ListRetirableGrantsPublisher(KmsAsyncClient client, ListRetirableGrantsRequest firstRequest)
-