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