Uses of Interface
software.amazon.awssdk.services.kms.KmsClient
Packages that use KmsClient
Package
Description
-
Uses of KmsClient in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return KmsClientModifier and TypeMethodDescriptionstatic KmsClientKmsClient.create()Create aKmsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of KmsClient in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type KmsClientModifierConstructorDescriptionDescribeCustomKeyStoresIterable(KmsClient client, DescribeCustomKeyStoresRequest firstRequest) ListAliasesIterable(KmsClient client, ListAliasesRequest firstRequest) ListGrantsIterable(KmsClient client, ListGrantsRequest firstRequest) ListKeyPoliciesIterable(KmsClient client, ListKeyPoliciesRequest firstRequest) ListKeyRotationsIterable(KmsClient client, ListKeyRotationsRequest firstRequest) ListKeysIterable(KmsClient client, ListKeysRequest firstRequest) ListResourceTagsIterable(KmsClient client, ListResourceTagsRequest firstRequest) ListRetirableGrantsIterable(KmsClient client, ListRetirableGrantsRequest firstRequest)