Uses of Class
com.oracle.bmc.functions.requests.ChangeApplicationCompartmentRequest
-
Packages that use ChangeApplicationCompartmentRequest Package Description com.oracle.bmc.functions com.oracle.bmc.functions.requests -
-
Uses of ChangeApplicationCompartmentRequest in com.oracle.bmc.functions
Method parameters in com.oracle.bmc.functions with type arguments of type ChangeApplicationCompartmentRequest Modifier and Type Method Description Future<ChangeApplicationCompartmentResponse>
FunctionsManagementAsync. changeApplicationCompartment(ChangeApplicationCompartmentRequest request, AsyncHandler<ChangeApplicationCompartmentRequest,ChangeApplicationCompartmentResponse> handler)
Moves an application into a different compartment within the same tenancy.Future<ChangeApplicationCompartmentResponse>
FunctionsManagementAsyncClient. changeApplicationCompartment(ChangeApplicationCompartmentRequest request, AsyncHandler<ChangeApplicationCompartmentRequest,ChangeApplicationCompartmentResponse> handler)
-
Uses of ChangeApplicationCompartmentRequest in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return ChangeApplicationCompartmentRequest Modifier and Type Method Description ChangeApplicationCompartmentRequest
ChangeApplicationCompartmentRequest.Builder. build()
Build the instance of ChangeApplicationCompartmentRequest as configured by this builderChangeApplicationCompartmentRequest
ChangeApplicationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeApplicationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.functions.requests with parameters of type ChangeApplicationCompartmentRequest Modifier and Type Method Description ChangeApplicationCompartmentRequest.Builder
ChangeApplicationCompartmentRequest.Builder. copy(ChangeApplicationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-