Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyPoliciesRequest
-
Packages that use ListKeyPoliciesRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators software.amazon.awssdk.services.kms.transform -
-
Uses of ListKeyPoliciesRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListKeyPoliciesRequest Modifier and Type Method Description default CompletableFuture<ListKeyPoliciesResponse>KmsAsyncClient. listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesResponseKmsClient. listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)Gets the names of the key policies that are attached to a KMS key.default ListKeyPoliciesPublisherKmsAsyncClient. listKeyPoliciesPaginator(ListKeyPoliciesRequest 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. -
Uses of ListKeyPoliciesRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListKeyPoliciesRequest Constructor Description ListKeyPoliciesIterable(KmsClient client, ListKeyPoliciesRequest firstRequest)ListKeyPoliciesPublisher(KmsAsyncClient client, ListKeyPoliciesRequest firstRequest) -
Uses of ListKeyPoliciesRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ListKeyPoliciesRequest Modifier and Type Method Description SdkHttpFullRequestListKeyPoliciesRequestMarshaller. marshall(ListKeyPoliciesRequest listKeyPoliciesRequest)
-