Uses of Class
com.oracle.bmc.identity.responses.UpdateCompartmentResponse
-
Packages that use UpdateCompartmentResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdateCompartmentResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdateCompartmentResponse Modifier and Type Method Description UpdateCompartmentResponse
Identity. updateCompartment(UpdateCompartmentRequest request)
Updates the specified compartment’s description or name.UpdateCompartmentResponse
IdentityClient. updateCompartment(UpdateCompartmentRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdateCompartmentResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateCompartmentResponse 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 UpdateCompartmentResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdateCompartmentResponse Modifier and Type Method Description UpdateCompartmentResponse
UpdateCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateCompartmentResponse Modifier and Type Method Description UpdateCompartmentResponse.Builder
UpdateCompartmentResponse.Builder. copy(UpdateCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-