Uses of Class
com.oracle.bmc.integration.model.ChangePrivateEndpointOutboundConnectionDetails
-
Packages that use ChangePrivateEndpointOutboundConnectionDetails Package Description com.oracle.bmc.integration.model com.oracle.bmc.integration.requests -
-
Uses of ChangePrivateEndpointOutboundConnectionDetails in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return ChangePrivateEndpointOutboundConnectionDetails Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionDetails
ChangePrivateEndpointOutboundConnectionDetails.Builder. build()
Methods in com.oracle.bmc.integration.model with parameters of type ChangePrivateEndpointOutboundConnectionDetails Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionDetails.Builder
ChangePrivateEndpointOutboundConnectionDetails.Builder. copy(ChangePrivateEndpointOutboundConnectionDetails model)
-
Uses of ChangePrivateEndpointOutboundConnectionDetails in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.requests that return ChangePrivateEndpointOutboundConnectionDetails Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionDetails
ChangePrivateEndpointOutboundConnectionRequest. getBody$()
Alternative accessor for the body parameter.ChangePrivateEndpointOutboundConnectionDetails
ChangePrivateEndpointOutboundConnectionRequest. getChangePrivateEndpointOutboundConnectionDetails()
Details for private endpoint outbound connection.Methods in com.oracle.bmc.integration.requests with parameters of type ChangePrivateEndpointOutboundConnectionDetails Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionRequest.Builder
ChangePrivateEndpointOutboundConnectionRequest.Builder. body$(ChangePrivateEndpointOutboundConnectionDetails body)
Alternative setter for the body parameter.ChangePrivateEndpointOutboundConnectionRequest.Builder
ChangePrivateEndpointOutboundConnectionRequest.Builder. changePrivateEndpointOutboundConnectionDetails(ChangePrivateEndpointOutboundConnectionDetails changePrivateEndpointOutboundConnectionDetails)
Details for private endpoint outbound connection.
-