| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(Consumer<ListKeyPoliciesRequest.Builder> listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListKeyPoliciesResponse> |
ListKeyPoliciesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListKeyPoliciesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeyPoliciesResponse> subscriber) |
Copyright © 2023. All rights reserved.