| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch.model |
| Modifier and Type | Method and Description |
|---|---|
DomainStatus |
DeleteDomainResponse.domainStatus()
Returns the value of the DomainStatus property for this object.
|
DomainStatus |
CreateDomainResponse.domainStatus()
Returns the value of the DomainStatus property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainStatus> |
DescribeDomainsResponse.domainStatusList()
Returns the value of the DomainStatusList property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDomainResponse.Builder |
DeleteDomainResponse.Builder.domainStatus(DomainStatus domainStatus)
Sets the value of the DomainStatus property for this object.
|
CreateDomainResponse.Builder |
CreateDomainResponse.Builder.domainStatus(DomainStatus domainStatus)
Sets the value of the DomainStatus property for this object.
|
DescribeDomainsResponse.Builder |
DescribeDomainsResponse.Builder.domainStatusList(DomainStatus... domainStatusList)
Sets the value of the DomainStatusList property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainsResponse.Builder |
DescribeDomainsResponse.Builder.domainStatusList(Collection<DomainStatus> domainStatusList)
Sets the value of the DomainStatusList property for this object.
|
Copyright © 2022. All rights reserved.