Uses of Class
software.amazon.awssdk.services.opensearch.model.InboundConnection
-
Packages that use InboundConnection Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of InboundConnection in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return InboundConnection Modifier and Type Method Description InboundConnectionAcceptInboundConnectionResponse. connection()Information about the accepted inbound connection.InboundConnectionDeleteInboundConnectionResponse. connection()The deleted inbound connection.InboundConnectionRejectInboundConnectionResponse. connection()Contains details about the rejected inbound connection.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type InboundConnection Modifier and Type Method Description List<InboundConnection>DescribeInboundConnectionsResponse. connections()List of inbound connections.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type InboundConnection Modifier and Type Method Description AcceptInboundConnectionResponse.BuilderAcceptInboundConnectionResponse.Builder. connection(InboundConnection connection)Information about the accepted inbound connection.DeleteInboundConnectionResponse.BuilderDeleteInboundConnectionResponse.Builder. connection(InboundConnection connection)The deleted inbound connection.RejectInboundConnectionResponse.BuilderRejectInboundConnectionResponse.Builder. connection(InboundConnection connection)Contains details about the rejected inbound connection.DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. connections(InboundConnection... connections)List of inbound connections.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type InboundConnection Modifier and Type Method Description DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. connections(Collection<InboundConnection> connections)List of inbound connections.
-