Uses of Class
software.amazon.awssdk.services.opensearch.model.InboundConnectionStatusCode
-
Packages that use InboundConnectionStatusCode Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of InboundConnectionStatusCode in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return InboundConnectionStatusCode Modifier and Type Method Description static InboundConnectionStatusCodeInboundConnectionStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InboundConnectionStatusCodeInboundConnectionStatus. statusCode()The status code for the connection.static InboundConnectionStatusCodeInboundConnectionStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static InboundConnectionStatusCode[]InboundConnectionStatusCode. 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 InboundConnectionStatusCode Modifier and Type Method Description static Set<InboundConnectionStatusCode>InboundConnectionStatusCode. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type InboundConnectionStatusCode Modifier and Type Method Description InboundConnectionStatus.BuilderInboundConnectionStatus.Builder. statusCode(InboundConnectionStatusCode statusCode)The status code for the connection.
-