Uses of Class
software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresRequest
-
Packages that use DescribeCustomKeyStoresRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators software.amazon.awssdk.services.kms.transform -
-
Uses of DescribeCustomKeyStoresRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type DescribeCustomKeyStoresRequest Modifier and Type Method Description default CompletableFuture<DescribeCustomKeyStoresResponse>KmsAsyncClient. describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresResponseKmsClient. describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresPublisherKmsAsyncClient. describeCustomKeyStoresPaginator(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresIterableKmsClient. describeCustomKeyStoresPaginator(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region. -
Uses of DescribeCustomKeyStoresRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type DescribeCustomKeyStoresRequest Constructor Description DescribeCustomKeyStoresIterable(KmsClient client, DescribeCustomKeyStoresRequest firstRequest)DescribeCustomKeyStoresPublisher(KmsAsyncClient client, DescribeCustomKeyStoresRequest firstRequest) -
Uses of DescribeCustomKeyStoresRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type DescribeCustomKeyStoresRequest Modifier and Type Method Description SdkHttpFullRequestDescribeCustomKeyStoresRequestMarshaller. marshall(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)
-