Uses of Class
com.oracle.bmc.integration.responses.ChangePrivateEndpointOutboundConnectionResponse
-
Packages that use ChangePrivateEndpointOutboundConnectionResponse Package Description com.oracle.bmc.integration com.oracle.bmc.integration.responses -
-
Uses of ChangePrivateEndpointOutboundConnectionResponse in com.oracle.bmc.integration
Methods in com.oracle.bmc.integration that return ChangePrivateEndpointOutboundConnectionResponse Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionResponse
IntegrationInstance. changePrivateEndpointOutboundConnection(ChangePrivateEndpointOutboundConnectionRequest request)
Change private endpoint outbound connection for given Integration instance.ChangePrivateEndpointOutboundConnectionResponse
IntegrationInstanceClient. changePrivateEndpointOutboundConnection(ChangePrivateEndpointOutboundConnectionRequest request)
Methods in com.oracle.bmc.integration that return types with arguments of type ChangePrivateEndpointOutboundConnectionResponse 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)
Method parameters in com.oracle.bmc.integration with type arguments of type ChangePrivateEndpointOutboundConnectionResponse 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 ChangePrivateEndpointOutboundConnectionResponse in com.oracle.bmc.integration.responses
Methods in com.oracle.bmc.integration.responses that return ChangePrivateEndpointOutboundConnectionResponse Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionResponse
ChangePrivateEndpointOutboundConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.integration.responses with parameters of type ChangePrivateEndpointOutboundConnectionResponse Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionResponse.Builder
ChangePrivateEndpointOutboundConnectionResponse.Builder. copy(ChangePrivateEndpointOutboundConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-