Uses of Class
software.amazon.awssdk.services.opensearch.model.DomainStatus
-
Packages that use DomainStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DomainStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DomainStatus Modifier and Type Method Description DomainStatusCreateDomainResponse. domainStatus()The status of the newly created domain.DomainStatusDeleteDomainResponse. domainStatus()The status of the domain being deleted.DomainStatusDescribeDomainResponse. domainStatus()List that contains the status of each specified OpenSearch Service domain.DomainStatusDescribeDryRunProgressResponse. dryRunConfig()Details about the changes you're planning to make on the domain.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DomainStatus Modifier and Type Method Description List<DomainStatus>DescribeDomainsResponse. domainStatusList()The status of the requested domains.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DomainStatus Modifier and Type Method Description CreateDomainResponse.BuilderCreateDomainResponse.Builder. domainStatus(DomainStatus domainStatus)The status of the newly created domain.DeleteDomainResponse.BuilderDeleteDomainResponse.Builder. domainStatus(DomainStatus domainStatus)The status of the domain being deleted.DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. domainStatus(DomainStatus domainStatus)List that contains the status of each specified OpenSearch Service domain.DescribeDomainsResponse.BuilderDescribeDomainsResponse.Builder. domainStatusList(DomainStatus... domainStatusList)The status of the requested domains.DescribeDryRunProgressResponse.BuilderDescribeDryRunProgressResponse.Builder. dryRunConfig(DomainStatus dryRunConfig)Details about the changes you're planning to make on the domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type DomainStatus Modifier and Type Method Description DescribeDomainsResponse.BuilderDescribeDomainsResponse.Builder. domainStatusList(Collection<DomainStatus> domainStatusList)The status of the requested domains.
-