Uses of Class
com.oracle.bmc.opensearch.model.ConfigureOutboundClusterDetails
-
Packages that use ConfigureOutboundClusterDetails Package Description com.oracle.bmc.opensearch.model com.oracle.bmc.opensearch.requests -
-
Uses of ConfigureOutboundClusterDetails in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return ConfigureOutboundClusterDetails Modifier and Type Method Description ConfigureOutboundClusterDetails
ConfigureOutboundClusterDetails.Builder. build()
Methods in com.oracle.bmc.opensearch.model with parameters of type ConfigureOutboundClusterDetails Modifier and Type Method Description ConfigureOutboundClusterDetails.Builder
ConfigureOutboundClusterDetails.Builder. copy(ConfigureOutboundClusterDetails model)
-
Uses of ConfigureOutboundClusterDetails in com.oracle.bmc.opensearch.requests
Methods in com.oracle.bmc.opensearch.requests that return ConfigureOutboundClusterDetails Modifier and Type Method Description ConfigureOutboundClusterDetails
ConfigureOutboundClusterRequest. getBody$()
Alternative accessor for the body parameter.ConfigureOutboundClusterDetails
ConfigureOutboundClusterRequest. getConfigureOutboundClusterDetails()
Configure Outbound cluster detailsMethods in com.oracle.bmc.opensearch.requests with parameters of type ConfigureOutboundClusterDetails Modifier and Type Method Description ConfigureOutboundClusterRequest.Builder
ConfigureOutboundClusterRequest.Builder. body$(ConfigureOutboundClusterDetails body)
Alternative setter for the body parameter.ConfigureOutboundClusterRequest.Builder
ConfigureOutboundClusterRequest.Builder. configureOutboundClusterDetails(ConfigureOutboundClusterDetails configureOutboundClusterDetails)
Configure Outbound cluster details
-