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