Uses of Class
com.oracle.bmc.globallydistributeddatabase.requests.ChangePrivateEndpointCompartmentRequest
-
Packages that use ChangePrivateEndpointCompartmentRequest Package Description com.oracle.bmc.globallydistributeddatabase com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of ChangePrivateEndpointCompartmentRequest in com.oracle.bmc.globallydistributeddatabase
Method parameters in com.oracle.bmc.globallydistributeddatabase with type arguments of type ChangePrivateEndpointCompartmentRequest Modifier and Type Method Description Future<ChangePrivateEndpointCompartmentResponse>
ShardedDatabaseServiceAsync. changePrivateEndpointCompartment(ChangePrivateEndpointCompartmentRequest request, AsyncHandler<ChangePrivateEndpointCompartmentRequest,ChangePrivateEndpointCompartmentResponse> handler)
Move the private endpoint to the specified compartment.Future<ChangePrivateEndpointCompartmentResponse>
ShardedDatabaseServiceAsyncClient. changePrivateEndpointCompartment(ChangePrivateEndpointCompartmentRequest request, AsyncHandler<ChangePrivateEndpointCompartmentRequest,ChangePrivateEndpointCompartmentResponse> handler)
-
Uses of ChangePrivateEndpointCompartmentRequest in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return ChangePrivateEndpointCompartmentRequest Modifier and Type Method Description ChangePrivateEndpointCompartmentRequest
ChangePrivateEndpointCompartmentRequest.Builder. build()
Build the instance of ChangePrivateEndpointCompartmentRequest as configured by this builderChangePrivateEndpointCompartmentRequest
ChangePrivateEndpointCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePrivateEndpointCompartmentRequest as configured by this builderMethods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type ChangePrivateEndpointCompartmentRequest Modifier and Type Method Description ChangePrivateEndpointCompartmentRequest.Builder
ChangePrivateEndpointCompartmentRequest.Builder. copy(ChangePrivateEndpointCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-