Uses of Interface
software.amazon.awssdk.services.opensearch.model.OutboundConnectionStatus.Builder
-
Packages that use OutboundConnectionStatus.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OutboundConnectionStatus.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OutboundConnectionStatus.Builder Modifier and Type Method Description static OutboundConnectionStatus.BuilderOutboundConnectionStatus. builder()OutboundConnectionStatus.BuilderOutboundConnectionStatus.Builder. message(String message)Verbose information for the outbound connection.OutboundConnectionStatus.BuilderOutboundConnectionStatus.Builder. statusCode(String statusCode)The status code for the outbound connection.OutboundConnectionStatus.BuilderOutboundConnectionStatus.Builder. statusCode(OutboundConnectionStatusCode statusCode)The status code for the outbound connection.OutboundConnectionStatus.BuilderOutboundConnectionStatus. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type OutboundConnectionStatus.Builder Modifier and Type Method Description static Class<? extends OutboundConnectionStatus.Builder>OutboundConnectionStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type OutboundConnectionStatus.Builder Modifier and Type Method Description default CreateOutboundConnectionResponse.BuilderCreateOutboundConnectionResponse.Builder. connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)The status of the connection.default OutboundConnection.BuilderOutboundConnection.Builder. connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)Status of the connection.
-