| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.model |
| 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 CompletableFuture<GetKeyPolicyResponse> |
KmsAsyncClient.getKeyPolicy(Consumer<GetKeyPolicyRequest.Builder> getKeyPolicyRequest)
Gets a key policy attached to the specified KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
static GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.builder() |
GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.Builder.keyId(String keyId)
Gets the key policy for the specified KMS key.
|
GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.Builder.policyName(String policyName)
Specifies the name of the key policy.
|
GetKeyPolicyRequest.Builder |
GetKeyPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetKeyPolicyRequest.Builder> |
GetKeyPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.