Uses of Class
com.oracle.bmc.oda.requests.ChangeOdaPrivateEndpointCompartmentRequest
-
Packages that use ChangeOdaPrivateEndpointCompartmentRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ChangeOdaPrivateEndpointCompartmentRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type ChangeOdaPrivateEndpointCompartmentRequest Modifier and Type Method Description Future<ChangeOdaPrivateEndpointCompartmentResponse>
ManagementAsync. changeOdaPrivateEndpointCompartment(ChangeOdaPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeOdaPrivateEndpointCompartmentRequest,ChangeOdaPrivateEndpointCompartmentResponse> handler)
Starts an asynchronous job to move the specified ODA Private Endpoint into a different compartment.Future<ChangeOdaPrivateEndpointCompartmentResponse>
ManagementAsyncClient. changeOdaPrivateEndpointCompartment(ChangeOdaPrivateEndpointCompartmentRequest request, AsyncHandler<ChangeOdaPrivateEndpointCompartmentRequest,ChangeOdaPrivateEndpointCompartmentResponse> handler)
-
Uses of ChangeOdaPrivateEndpointCompartmentRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ChangeOdaPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeOdaPrivateEndpointCompartmentRequest
ChangeOdaPrivateEndpointCompartmentRequest.Builder. build()
Build the instance of ChangeOdaPrivateEndpointCompartmentRequest as configured by this builderChangeOdaPrivateEndpointCompartmentRequest
ChangeOdaPrivateEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeOdaPrivateEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ChangeOdaPrivateEndpointCompartmentRequest Modifier and Type Method Description ChangeOdaPrivateEndpointCompartmentRequest.Builder
ChangeOdaPrivateEndpointCompartmentRequest.Builder. copy(ChangeOdaPrivateEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-