Uses of Class
software.amazon.awssdk.services.kms.paginators.DescribeCustomKeyStoresIterable
-
Packages that use DescribeCustomKeyStoresIterable Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DescribeCustomKeyStoresIterable in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DescribeCustomKeyStoresIterable Modifier and Type Method Description default DescribeCustomKeyStoresIterableKmsClient. describeCustomKeyStoresPaginator()Gets information about custom key stores in the account and Region.default DescribeCustomKeyStoresIterableKmsClient. describeCustomKeyStoresPaginator(Consumer<DescribeCustomKeyStoresRequest.Builder> 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.
-