Uses of Class
software.amazon.awssdk.services.opensearch.model.ConnectionProperties
-
Packages that use ConnectionProperties Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ConnectionProperties in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ConnectionProperties Modifier and Type Method Description ConnectionPropertiesCreateOutboundConnectionRequest. connectionProperties()TheConnectionPropertiesfor the outbound connection.ConnectionPropertiesCreateOutboundConnectionResponse. connectionProperties()TheConnectionPropertiesfor the newly created connection.ConnectionPropertiesOutboundConnection. connectionProperties()Properties for the outbound connection.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ConnectionProperties Modifier and Type Method Description CreateOutboundConnectionRequest.BuilderCreateOutboundConnectionRequest.Builder. connectionProperties(ConnectionProperties connectionProperties)TheConnectionPropertiesfor the outbound connection.CreateOutboundConnectionResponse.BuilderCreateOutboundConnectionResponse.Builder. connectionProperties(ConnectionProperties connectionProperties)TheConnectionPropertiesfor the newly created connection.OutboundConnection.BuilderOutboundConnection.Builder. connectionProperties(ConnectionProperties connectionProperties)Properties for the outbound connection.
-