Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model | |
com.amazonaws.services.cloudsearchv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private AccessPoliciesStatus |
UpdateServiceAccessPoliciesResult.accessPolicies
The access rules configured for the domain.
|
private AccessPoliciesStatus |
DescribeServiceAccessPoliciesResult.accessPolicies
The access rules configured for the domain specified in the request.
|
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
AccessPoliciesStatus.clone() |
AccessPoliciesStatus |
UpdateServiceAccessPoliciesResult.getAccessPolicies()
The access rules configured for the domain.
|
AccessPoliciesStatus |
DescribeServiceAccessPoliciesResult.getAccessPolicies()
The access rules configured for the domain specified in the request.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withOptions(java.lang.String options) |
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceAccessPoliciesResult.setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
void |
DescribeServiceAccessPoliciesResult.setAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
|
UpdateServiceAccessPoliciesResult |
UpdateServiceAccessPoliciesResult.withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain.
|
DescribeServiceAccessPoliciesResult |
DescribeServiceAccessPoliciesResult.withAccessPolicies(AccessPoliciesStatus accessPolicies)
The access rules configured for the domain specified in the request.
|
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
AccessPoliciesStatusStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |