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 KmsAsyncClient
KmsAsyncClient. create()
Create aKmsAsyncClient
with the region loaded from theDefaultAwsRegionProviderChain
and 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)
ListKeysPublisher(KmsAsyncClient client, ListKeysRequest firstRequest)
ListResourceTagsPublisher(KmsAsyncClient client, ListResourceTagsRequest firstRequest)
ListRetirableGrantsPublisher(KmsAsyncClient client, ListRetirableGrantsRequest firstRequest)
-