Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyPoliciesResponse
Packages that use ListKeyPoliciesResponse
Package
Description
-
Uses of ListKeyPoliciesResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListKeyPoliciesResponseModifier and TypeMethodDescriptiondefault ListKeyPoliciesResponseKmsClient.listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ListKeyPoliciesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListKeyPoliciesResponse>KmsAsyncClient.listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest) Gets the names of the key policies that are attached to a KMS key.default CompletableFuture<ListKeyPoliciesResponse>KmsAsyncClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest) Gets the names of the key policies that are attached to a KMS key. -
Uses of ListKeyPoliciesResponse in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type ListKeyPoliciesResponseMethod parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListKeyPoliciesResponseModifier and TypeMethodDescriptionvoidListKeyPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeyPoliciesResponse> subscriber)