Uses of Class
com.oracle.bmc.integration.requests.ChangePrivateEndpointOutboundConnectionRequest
-
Packages that use ChangePrivateEndpointOutboundConnectionRequest Package Description com.oracle.bmc.integration com.oracle.bmc.integration.requests -
-
Uses of ChangePrivateEndpointOutboundConnectionRequest in com.oracle.bmc.integration
Method parameters in com.oracle.bmc.integration with type arguments of type ChangePrivateEndpointOutboundConnectionRequest Modifier and Type Method Description Future<ChangePrivateEndpointOutboundConnectionResponse>
IntegrationInstanceAsync. changePrivateEndpointOutboundConnection(ChangePrivateEndpointOutboundConnectionRequest request, AsyncHandler<ChangePrivateEndpointOutboundConnectionRequest,ChangePrivateEndpointOutboundConnectionResponse> handler)
Change private endpoint outbound connection for given Integration instance.Future<ChangePrivateEndpointOutboundConnectionResponse>
IntegrationInstanceAsyncClient. changePrivateEndpointOutboundConnection(ChangePrivateEndpointOutboundConnectionRequest request, AsyncHandler<ChangePrivateEndpointOutboundConnectionRequest,ChangePrivateEndpointOutboundConnectionResponse> handler)
-
Uses of ChangePrivateEndpointOutboundConnectionRequest in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.requests that return ChangePrivateEndpointOutboundConnectionRequest Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionRequest
ChangePrivateEndpointOutboundConnectionRequest.Builder. build()
Build the instance of ChangePrivateEndpointOutboundConnectionRequest as configured by this builderChangePrivateEndpointOutboundConnectionRequest
ChangePrivateEndpointOutboundConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePrivateEndpointOutboundConnectionRequest as configured by this builderMethods in com.oracle.bmc.integration.requests with parameters of type ChangePrivateEndpointOutboundConnectionRequest Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionRequest.Builder
ChangePrivateEndpointOutboundConnectionRequest.Builder. copy(ChangePrivateEndpointOutboundConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-