DescribeDomainsRequest instead.@Deprecated public class DescribeDomainsRequest extends AmazonWebServiceRequest implements Serializable
DescribeDomains operation.
Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.
NOOP| Constructor and Description |
|---|
DescribeDomainsRequest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
List<String> |
getDomainNames()
Deprecated.
Limits the DescribeDomains response to the specified search domains.
|
int |
hashCode()
Deprecated.
|
void |
setDomainNames(Collection<String> domainNames)
Deprecated.
Limits the DescribeDomains response to the specified search domains.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainsRequest |
withDomainNames(Collection<String> domainNames)
Deprecated.
Limits the DescribeDomains response to the specified search domains.
|
DescribeDomainsRequest |
withDomainNames(String... domainNames)
Deprecated.
Limits the DescribeDomains response to the specified search domains.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getDomainNames()
public void setDomainNames(Collection<String> domainNames)
domainNames - Limits the DescribeDomains response to the specified search domains.public DescribeDomainsRequest withDomainNames(String... domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames - Limits the DescribeDomains response to the specified search domains.public DescribeDomainsRequest withDomainNames(Collection<String> domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames - Limits the DescribeDomains response to the specified search domains.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.