Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
ResourcePolicy |
ResourcePolicy.clone() |
ResourcePolicy |
PutResourcePolicyResult.getResourcePolicy()
The content of the updated resource policy.
|
ResourcePolicy |
GetResourcePolicyResult.getResourcePolicy()
The content of the resource policy.
|
ResourcePolicy |
ResourcePolicy.withPolicy(String policy)
The content of a resource policy.
|
ResourcePolicy |
ResourcePolicy.withResourceArn(String resourceArn)
The resources that a policy is attached to.
|
Modifier and Type | Method and Description |
---|---|
void |
PutResourcePolicyResult.setResourcePolicy(ResourcePolicy resourcePolicy)
The content of the updated resource policy.
|
void |
GetResourcePolicyResult.setResourcePolicy(ResourcePolicy resourcePolicy)
The content of the resource policy.
|
PutResourcePolicyResult |
PutResourcePolicyResult.withResourcePolicy(ResourcePolicy resourcePolicy)
The content of the updated resource policy.
|
GetResourcePolicyResult |
GetResourcePolicyResult.withResourcePolicy(ResourcePolicy resourcePolicy)
The content of the resource policy.
|
Copyright © 2023. All rights reserved.