Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
AccessPoliciesStatus |
UpdateServiceAccessPoliciesResult.getAccessPolicies()
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
AccessPoliciesStatus |
DescribeServiceAccessPoliciesResult.getAccessPolicies()
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
AccessPoliciesStatus |
AccessPoliciesStatus.withOptions(String options)
Deprecated.
An IAM access policy as described in The Access Policy Language in Using AWS
Identity and Access Management.
|
AccessPoliciesStatus |
AccessPoliciesStatus.withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceAccessPoliciesResult.setAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
void |
DescribeServiceAccessPoliciesResult.setAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
UpdateServiceAccessPoliciesResult |
UpdateServiceAccessPoliciesResult.withAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
DescribeServiceAccessPoliciesResult |
DescribeServiceAccessPoliciesResult.withAccessPolicies(AccessPoliciesStatus accessPolicies)
Deprecated.
A
PolicyDocument that specifies access policies for the
search domain's services, and the current status of those policies. |
Copyright © 2014. All rights reserved.