Package | Description |
---|---|
software.amazon.awssdk.services.kms |
|
Modifier and Type | Method and Description |
---|---|
default GetKeyPolicyResponse |
KmsClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
default GetKeyPolicyResponse |
KmsClient.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetKeyPolicyResponse> |
KmsAsyncClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
default CompletableFuture<GetKeyPolicyResponse> |
KmsAsyncClient.getKeyPolicy(GetKeyPolicyRequest getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
Copyright © 2023. All rights reserved.