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