Uses of Class
com.oracle.bmc.functions.responses.ChangeApplicationCompartmentResponse
-
Packages that use ChangeApplicationCompartmentResponse Package Description com.oracle.bmc.functions com.oracle.bmc.functions.responses -
-
Uses of ChangeApplicationCompartmentResponse in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return ChangeApplicationCompartmentResponse Modifier and Type Method Description ChangeApplicationCompartmentResponse
FunctionsManagement. changeApplicationCompartment(ChangeApplicationCompartmentRequest request)
Moves an application into a different compartment within the same tenancy.ChangeApplicationCompartmentResponse
FunctionsManagementClient. changeApplicationCompartment(ChangeApplicationCompartmentRequest request)
Methods in com.oracle.bmc.functions that return types with arguments of type ChangeApplicationCompartmentResponse 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)
Method parameters in com.oracle.bmc.functions with type arguments of type ChangeApplicationCompartmentResponse 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 ChangeApplicationCompartmentResponse in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return ChangeApplicationCompartmentResponse Modifier and Type Method Description ChangeApplicationCompartmentResponse
ChangeApplicationCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.functions.responses with parameters of type ChangeApplicationCompartmentResponse Modifier and Type Method Description ChangeApplicationCompartmentResponse.Builder
ChangeApplicationCompartmentResponse.Builder. copy(ChangeApplicationCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-