Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Policy> |
ListPrincipalPoliciesResult.policies
The policies.
|
private java.util.List<Policy> |
ListPoliciesResult.policies
The descriptions of the policies.
|
Modifier and Type | Method and Description |
---|---|
Policy |
Policy.clone() |
Policy |
Policy.withPolicyArn(java.lang.String policyArn)
The policy ARN.
|
Policy |
Policy.withPolicyName(java.lang.String policyName)
The policy name.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Policy> |
ListPrincipalPoliciesResult.getPolicies()
The policies.
|
java.util.List<Policy> |
ListPoliciesResult.getPolicies()
The descriptions of the policies.
|
Modifier and Type | Method and Description |
---|---|
ListPrincipalPoliciesResult |
ListPrincipalPoliciesResult.withPolicies(Policy... policies)
The policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Policy... policies)
The descriptions of the policies.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPrincipalPoliciesResult.setPolicies(java.util.Collection<Policy> policies)
The policies.
|
void |
ListPoliciesResult.setPolicies(java.util.Collection<Policy> policies)
The descriptions of the policies.
|
ListPrincipalPoliciesResult |
ListPrincipalPoliciesResult.withPolicies(java.util.Collection<Policy> policies)
The policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(java.util.Collection<Policy> policies)
The descriptions of the policies.
|
Modifier and Type | Method and Description |
---|---|
Policy |
PolicyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PolicyJsonMarshaller.marshall(Policy policy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|