| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GluePolicy |
GluePolicy.clone() |
GluePolicy |
GluePolicy.withCreateTime(Date createTime)
The date and time at which the policy was created.
|
GluePolicy |
GluePolicy.withPolicyHash(String policyHash)
Contains the hash value associated with this policy.
|
GluePolicy |
GluePolicy.withPolicyInJson(String policyInJson)
Contains the requested policy document, in JSON format.
|
GluePolicy |
GluePolicy.withUpdateTime(Date updateTime)
The date and time at which the policy was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<GluePolicy> |
GetResourcePoliciesResult.getGetResourcePoliciesResponseList()
A list of the individual resource policies and the account-level resource policy.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourcePoliciesResult |
GetResourcePoliciesResult.withGetResourcePoliciesResponseList(GluePolicy... getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourcePoliciesResult.setGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
GetResourcePoliciesResult |
GetResourcePoliciesResult.withGetResourcePoliciesResponseList(Collection<GluePolicy> getResourcePoliciesResponseList)
A list of the individual resource policies and the account-level resource policy.
|
Copyright © 2020. All rights reserved.