Uses of Class
com.oracle.bmc.containerinstances.responses.ChangeContainerInstanceCompartmentResponse
-
Packages that use ChangeContainerInstanceCompartmentResponse Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.responses -
-
Uses of ChangeContainerInstanceCompartmentResponse in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return ChangeContainerInstanceCompartmentResponse Modifier and Type Method Description ChangeContainerInstanceCompartmentResponse
ContainerInstance. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request)
Moves a container instance resource from one compartment identifier to another.ChangeContainerInstanceCompartmentResponse
ContainerInstanceClient. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request)
Methods in com.oracle.bmc.containerinstances that return types with arguments of type ChangeContainerInstanceCompartmentResponse Modifier and Type Method Description Future<ChangeContainerInstanceCompartmentResponse>
ContainerInstanceAsync. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request, AsyncHandler<ChangeContainerInstanceCompartmentRequest,ChangeContainerInstanceCompartmentResponse> handler)
Moves a container instance resource from one compartment identifier to another.Future<ChangeContainerInstanceCompartmentResponse>
ContainerInstanceAsyncClient. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request, AsyncHandler<ChangeContainerInstanceCompartmentRequest,ChangeContainerInstanceCompartmentResponse> handler)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type ChangeContainerInstanceCompartmentResponse Modifier and Type Method Description Future<ChangeContainerInstanceCompartmentResponse>
ContainerInstanceAsync. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request, AsyncHandler<ChangeContainerInstanceCompartmentRequest,ChangeContainerInstanceCompartmentResponse> handler)
Moves a container instance resource from one compartment identifier to another.Future<ChangeContainerInstanceCompartmentResponse>
ContainerInstanceAsyncClient. changeContainerInstanceCompartment(ChangeContainerInstanceCompartmentRequest request, AsyncHandler<ChangeContainerInstanceCompartmentRequest,ChangeContainerInstanceCompartmentResponse> handler)
-
Uses of ChangeContainerInstanceCompartmentResponse in com.oracle.bmc.containerinstances.responses
Methods in com.oracle.bmc.containerinstances.responses that return ChangeContainerInstanceCompartmentResponse Modifier and Type Method Description ChangeContainerInstanceCompartmentResponse
ChangeContainerInstanceCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerinstances.responses with parameters of type ChangeContainerInstanceCompartmentResponse Modifier and Type Method Description ChangeContainerInstanceCompartmentResponse.Builder
ChangeContainerInstanceCompartmentResponse.Builder. copy(ChangeContainerInstanceCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-