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