Uses of Interface
software.amazon.awssdk.services.opensearch.model.InboundConnectionStatus.Builder
-
Packages that use InboundConnectionStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of InboundConnectionStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return InboundConnectionStatus.Builder Modifier and Type Method Description static InboundConnectionStatus.BuilderInboundConnectionStatus. builder()InboundConnectionStatus.BuilderInboundConnectionStatus.Builder. message(String message)Information about the connection.InboundConnectionStatus.BuilderInboundConnectionStatus.Builder. statusCode(String statusCode)The status code for the connection.InboundConnectionStatus.BuilderInboundConnectionStatus.Builder. statusCode(InboundConnectionStatusCode statusCode)The status code for the connection.InboundConnectionStatus.BuilderInboundConnectionStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type InboundConnectionStatus.Builder Modifier and Type Method Description static Class<? extends InboundConnectionStatus.Builder>InboundConnectionStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type InboundConnectionStatus.Builder Modifier and Type Method Description default InboundConnection.BuilderInboundConnection.Builder. connectionStatus(Consumer<InboundConnectionStatus.Builder> connectionStatus)The current status of the connection.
-