Uses of Class
software.amazon.awssdk.services.kms.paginators.ListKeyPoliciesIterable
-
Packages that use ListKeyPoliciesIterable Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ListKeyPoliciesIterable in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListKeyPoliciesIterable Modifier and Type Method Description default ListKeyPoliciesIterableKmsClient. listKeyPoliciesPaginator(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesIterableKmsClient. listKeyPoliciesPaginator(ListKeyPoliciesRequest listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.
-