Uses of Class
software.amazon.awssdk.services.kms.model.DescribeCustomKeyStoresResponse
-
Packages that use DescribeCustomKeyStoresResponse Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of DescribeCustomKeyStoresResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DescribeCustomKeyStoresResponse Modifier and Type Method Description default DescribeCustomKeyStoresResponseKmsClient. describeCustomKeyStores()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 DescribeCustomKeyStoresResponseKmsClient. describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DescribeCustomKeyStoresResponse Modifier and Type Method Description default CompletableFuture<DescribeCustomKeyStoresResponse>KmsAsyncClient. describeCustomKeyStores()Gets information about custom key stores in the account and Region.default CompletableFuture<DescribeCustomKeyStoresResponse>KmsAsyncClient. describeCustomKeyStores(Consumer<DescribeCustomKeyStoresRequest.Builder> describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region.default CompletableFuture<DescribeCustomKeyStoresResponse>KmsAsyncClient. describeCustomKeyStores(DescribeCustomKeyStoresRequest describeCustomKeyStoresRequest)Gets information about custom key stores in the account and Region. -
Uses of DescribeCustomKeyStoresResponse in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type DescribeCustomKeyStoresResponse Modifier and Type Method Description Iterator<DescribeCustomKeyStoresResponse>DescribeCustomKeyStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type DescribeCustomKeyStoresResponse Modifier and Type Method Description voidDescribeCustomKeyStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCustomKeyStoresResponse> subscriber)
-