Package | Description |
---|---|
software.amazon.awssdk.services.secretsmanager.model |
Modifier and Type | Method and Description |
---|---|
GetResourcePolicyResponse.Builder |
GetResourcePolicyResponse.Builder.arn(String arn)
The ARN of the secret that the resource-based policy was retrieved for.
|
static GetResourcePolicyResponse.Builder |
GetResourcePolicyResponse.builder() |
GetResourcePolicyResponse.Builder |
GetResourcePolicyResponse.Builder.name(String name)
The friendly name of the secret that the resource-based policy was retrieved for.
|
GetResourcePolicyResponse.Builder |
GetResourcePolicyResponse.Builder.resourcePolicy(String resourcePolicy)
A JSON-formatted string that describes the permissions that are associated with the attached secret.
|
GetResourcePolicyResponse.Builder |
GetResourcePolicyResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetResourcePolicyResponse.Builder> |
GetResourcePolicyResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.