| Modifier and Type | Method and Description |
|---|---|
List<ApplicationPolicyStatement> |
GetApplicationPolicyResponse.statements()
Array of policy statements applied to the application.
|
List<ApplicationPolicyStatement> |
PutApplicationPolicyRequest.statements()
Array of policy statements applied to the application.
|
List<ApplicationPolicyStatement> |
PutApplicationPolicyResponse.statements()
Array of policy statements applied to the application.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationPolicyResponse.Builder |
GetApplicationPolicyResponse.Builder.statements(ApplicationPolicyStatement... statements)
Array of policy statements applied to the application.
|
PutApplicationPolicyRequest.Builder |
PutApplicationPolicyRequest.Builder.statements(ApplicationPolicyStatement... statements)
Array of policy statements applied to the application.
|
PutApplicationPolicyResponse.Builder |
PutApplicationPolicyResponse.Builder.statements(ApplicationPolicyStatement... statements)
Array of policy statements applied to the application.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationPolicyResponse.Builder |
GetApplicationPolicyResponse.Builder.statements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
PutApplicationPolicyRequest.Builder |
PutApplicationPolicyRequest.Builder.statements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
PutApplicationPolicyResponse.Builder |
PutApplicationPolicyResponse.Builder.statements(Collection<ApplicationPolicyStatement> statements)
Array of policy statements applied to the application.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationPolicyStatement |
ApplicationPolicyStatementUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationPolicyStatementMarshaller.marshall(ApplicationPolicyStatement applicationPolicyStatement,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.