Uses of Interface
software.amazon.awssdk.services.opensearch.model.DeleteOutboundConnectionResponse.Builder
-
Packages that use DeleteOutboundConnectionResponse.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DeleteOutboundConnectionResponse.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DeleteOutboundConnectionResponse.Builder Modifier and Type Method Description static DeleteOutboundConnectionResponse.BuilderDeleteOutboundConnectionResponse. builder()default DeleteOutboundConnectionResponse.BuilderDeleteOutboundConnectionResponse.Builder. connection(Consumer<OutboundConnection.Builder> connection)The deleted inbound connection.DeleteOutboundConnectionResponse.BuilderDeleteOutboundConnectionResponse.Builder. connection(OutboundConnection connection)The deleted inbound connection.DeleteOutboundConnectionResponse.BuilderDeleteOutboundConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DeleteOutboundConnectionResponse.Builder Modifier and Type Method Description static Class<? extends DeleteOutboundConnectionResponse.Builder>DeleteOutboundConnectionResponse. serializableBuilderClass()
-