Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyPoliciesResponse
-
Packages that use ListKeyPoliciesResponse Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of ListKeyPoliciesResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListKeyPoliciesResponse Modifier and Type Method Description default 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 ListKeyPoliciesResponse Modifier and Type Method Description default 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 ListKeyPoliciesResponse Modifier and Type Method Description Iterator<ListKeyPoliciesResponse>ListKeyPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListKeyPoliciesResponse Modifier and Type Method Description voidListKeyPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKeyPoliciesResponse> subscriber)
-