Uses of Interface
software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest.Builder
Packages that use DescribeCustomKeyStoresRequest.Builder
Package
Description
-
Uses of DescribeCustomKeyStoresRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type DescribeCustomKeyStoresRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresResponseKmsClient.describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresPublisherKmsAsyncClient.describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) This is a variant ofKmsAsyncClient.describeCustomKeyStores(software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest)operation.default DescribeCustomKeyStoresIterableKmsClient.describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest) This is a variant ofKmsClient.describeCustomKeyStores(software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest)operation. -
Uses of DescribeCustomKeyStoresRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DescribeCustomKeyStoresRequest.BuilderModifier and TypeMethodDescriptionDescribeCustomKeyStoresRequest.builder()DescribeCustomKeyStoresRequest.Builder.customKeyStoreId(String customKeyStoreId) Gets only information about the specified custom key store.DescribeCustomKeyStoresRequest.Builder.customKeyStoreName(String customKeyStoreName) Gets only information about the specified custom key store.Use this parameter to specify the maximum number of items to return.Use this parameter in a subsequent request after you receive a response with truncated results.DescribeCustomKeyStoresRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeCustomKeyStoresRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeCustomKeyStoresRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DescribeCustomKeyStoresRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeCustomKeyStoresRequest.Builder>DescribeCustomKeyStoresRequest.serializableBuilderClass()