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