Uses of Class
com.oracle.bmc.identity.responses.GetCompartmentResponse
-
Packages that use GetCompartmentResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of GetCompartmentResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return GetCompartmentResponse Modifier and Type Method Description GetCompartmentResponse
Identity. getCompartment(GetCompartmentRequest request)
Gets the specified compartment’s information.GetCompartmentResponse
IdentityClient. getCompartment(GetCompartmentRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type GetCompartmentResponse Modifier and Type Method Description Future<GetCompartmentResponse>
IdentityAsync. getCompartment(GetCompartmentRequest request, AsyncHandler<GetCompartmentRequest,GetCompartmentResponse> handler)
Gets the specified compartment’s information.Future<GetCompartmentResponse>
IdentityAsyncClient. getCompartment(GetCompartmentRequest request, AsyncHandler<GetCompartmentRequest,GetCompartmentResponse> handler)
-
Uses of GetCompartmentResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return GetCompartmentResponse Modifier and Type Method Description GetCompartmentResponse
GetCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type GetCompartmentResponse Modifier and Type Method Description GetCompartmentResponse.Builder
GetCompartmentResponse.Builder. copy(GetCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-