Uses of Interface
software.amazon.awssdk.services.kms.KmsAsyncClient
Packages that use KmsAsyncClient
Package
Description
-
Uses of KmsAsyncClient in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return KmsAsyncClientModifier and TypeMethodDescriptionstatic 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 KmsAsyncClientModifierConstructorDescriptionDescribeCustomKeyStoresPublisher(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)