| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.paginators | |
| software.amazon.awssdk.services.kms.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListKeyPoliciesResponse |
KmsClient.listKeyPolicies(ListKeyPoliciesRequest 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.
|
default ListKeyPoliciesIterable |
KmsClient.listKeyPoliciesPaginator(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
default ListKeyPoliciesPublisher |
KmsAsyncClient.listKeyPoliciesPaginator(ListKeyPoliciesRequest listKeyPoliciesRequest)
Gets the names of the key policies that are attached to a KMS key.
|
| Constructor and Description |
|---|
ListKeyPoliciesIterable(KmsClient client,
ListKeyPoliciesRequest firstRequest) |
ListKeyPoliciesPublisher(KmsAsyncClient client,
ListKeyPoliciesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListKeyPoliciesRequestMarshaller.marshall(ListKeyPoliciesRequest listKeyPoliciesRequest) |
Copyright © 2023. All rights reserved.