Uses of Class
software.amazon.awssdk.services.opensearch.model.SkipUnavailableStatus
-
Packages that use SkipUnavailableStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of SkipUnavailableStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return SkipUnavailableStatus Modifier and Type Method Description static SkipUnavailableStatusSkipUnavailableStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SkipUnavailableStatusCrossClusterSearchConnectionProperties. skipUnavailable()The status of theSkipUnavailablesetting for the outbound connection.static SkipUnavailableStatusSkipUnavailableStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SkipUnavailableStatus[]SkipUnavailableStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type SkipUnavailableStatus Modifier and Type Method Description static Set<SkipUnavailableStatus>SkipUnavailableStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type SkipUnavailableStatus Modifier and Type Method Description CrossClusterSearchConnectionProperties.BuilderCrossClusterSearchConnectionProperties.Builder. skipUnavailable(SkipUnavailableStatus skipUnavailable)The status of theSkipUnavailablesetting for the outbound connection.
-