Uses of Class
com.oracle.bmc.containerinstances.requests.ChangeContainerInstanceCompartmentRequest
-
Packages that use ChangeContainerInstanceCompartmentRequest Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.requests -
-
Uses of ChangeContainerInstanceCompartmentRequest in com.oracle.bmc.containerinstances
Method parameters in com.oracle.bmc.containerinstances with type arguments of type ChangeContainerInstanceCompartmentRequest 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 ChangeContainerInstanceCompartmentRequest in com.oracle.bmc.containerinstances.requests
Methods in com.oracle.bmc.containerinstances.requests that return ChangeContainerInstanceCompartmentRequest Modifier and Type Method Description ChangeContainerInstanceCompartmentRequest
ChangeContainerInstanceCompartmentRequest.Builder. build()
Build the instance of ChangeContainerInstanceCompartmentRequest as configured by this builderChangeContainerInstanceCompartmentRequest
ChangeContainerInstanceCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeContainerInstanceCompartmentRequest as configured by this builderMethods in com.oracle.bmc.containerinstances.requests with parameters of type ChangeContainerInstanceCompartmentRequest Modifier and Type Method Description ChangeContainerInstanceCompartmentRequest.Builder
ChangeContainerInstanceCompartmentRequest.Builder. copy(ChangeContainerInstanceCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-