Uses of Class
software.amazon.awssdk.services.opensearch.model.EnvironmentInfo
-
Packages that use EnvironmentInfo Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of EnvironmentInfo in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type EnvironmentInfo Modifier and Type Method Description List<EnvironmentInfo>DescribeDomainHealthResponse. environmentInformation()A list ofEnvironmentInfofor the domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type EnvironmentInfo Modifier and Type Method Description DescribeDomainHealthResponse.BuilderDescribeDomainHealthResponse.Builder. environmentInformation(EnvironmentInfo... environmentInformation)A list ofEnvironmentInfofor the domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type EnvironmentInfo Modifier and Type Method Description DescribeDomainHealthResponse.BuilderDescribeDomainHealthResponse.Builder. environmentInformation(Collection<EnvironmentInfo> environmentInformation)A list ofEnvironmentInfofor the domain.
-