Uses of Class
com.oracle.bmc.identity.requests.CreateCompartmentRequest
-
Packages that use CreateCompartmentRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreateCompartmentRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreateCompartmentRequest Modifier and Type Method Description CreateCompartmentResponse
Identity. createCompartment(CreateCompartmentRequest request)
Creates a new compartment in the specified compartment.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)
CreateCompartmentResponse
IdentityClient. createCompartment(CreateCompartmentRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateCompartmentRequest 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 CreateCompartmentRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return CreateCompartmentRequest Modifier and Type Method Description CreateCompartmentRequest
CreateCompartmentRequest.Builder. build()
Build the instance of CreateCompartmentRequest as configured by this builderCreateCompartmentRequest
CreateCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCompartmentRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateCompartmentRequest Modifier and Type Method Description CreateCompartmentRequest.Builder
CreateCompartmentRequest.Builder. copy(CreateCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-