Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DomainStatus
-
Packages that use DomainStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of DomainStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return DomainStatus Modifier and Type Method Description DomainStatusCreateDomainResponse. domainStatus()Returns the value of the DomainStatus property for this object.DomainStatusDeleteDomainResponse. domainStatus()Returns the value of the DomainStatus property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type DomainStatus Modifier and Type Method Description List<DomainStatus>DescribeDomainsResponse. domainStatusList()Returns the value of the DomainStatusList property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type DomainStatus Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. domainStatus(DomainStatus domainStatus)Sets the value of the DomainStatus property for this object.DeleteDomainResponse.BuilderDeleteDomainResponse.Builder. domainStatus(DomainStatus domainStatus)Sets the value of the DomainStatus property for this object.DescribeDomainsResponse.BuilderDescribeDomainsResponse.Builder. domainStatusList(DomainStatus... domainStatusList)Sets the value of the DomainStatusList property for this object.Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type DomainStatus Modifier and Type Method Description DescribeDomainsResponse.BuilderDescribeDomainsResponse.Builder. domainStatusList(Collection<DomainStatus> domainStatusList)Sets the value of the DomainStatusList property for this object.
-