Uses of Class
com.oracle.bmc.identity.requests.DeleteCompartmentRequest
-
Packages that use DeleteCompartmentRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteCompartmentRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteCompartmentRequest Modifier and Type Method Description DeleteCompartmentResponse
Identity. deleteCompartment(DeleteCompartmentRequest request)
Deletes the specified compartment.Future<DeleteCompartmentResponse>
IdentityAsync. deleteCompartment(DeleteCompartmentRequest request, AsyncHandler<DeleteCompartmentRequest,DeleteCompartmentResponse> handler)
Deletes the specified compartment.Future<DeleteCompartmentResponse>
IdentityAsyncClient. deleteCompartment(DeleteCompartmentRequest request, AsyncHandler<DeleteCompartmentRequest,DeleteCompartmentResponse> handler)
DeleteCompartmentResponse
IdentityClient. deleteCompartment(DeleteCompartmentRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteCompartmentRequest Modifier and Type Method Description Future<DeleteCompartmentResponse>
IdentityAsync. deleteCompartment(DeleteCompartmentRequest request, AsyncHandler<DeleteCompartmentRequest,DeleteCompartmentResponse> handler)
Deletes the specified compartment.Future<DeleteCompartmentResponse>
IdentityAsyncClient. deleteCompartment(DeleteCompartmentRequest request, AsyncHandler<DeleteCompartmentRequest,DeleteCompartmentResponse> handler)
-
Uses of DeleteCompartmentRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return DeleteCompartmentRequest Modifier and Type Method Description DeleteCompartmentRequest
DeleteCompartmentRequest.Builder. build()
Build the instance of DeleteCompartmentRequest as configured by this builderDeleteCompartmentRequest
DeleteCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCompartmentRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type DeleteCompartmentRequest Modifier and Type Method Description DeleteCompartmentRequest.Builder
DeleteCompartmentRequest.Builder. copy(DeleteCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-