Uses of Class
com.oracle.bmc.resourcemanager.responses.ChangeStackCompartmentResponse
-
Packages that use ChangeStackCompartmentResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of ChangeStackCompartmentResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponse
ResourceManager. changeStackCompartment(ChangeStackCompartmentRequest request)
Moves a stack (and its associated jobs) into a different compartment within the same tenancy.ChangeStackCompartmentResponse
ResourceManagerClient. changeStackCompartment(ChangeStackCompartmentRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type ChangeStackCompartmentResponse Modifier and Type Method Description Future<ChangeStackCompartmentResponse>
ResourceManagerAsync. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)
Moves a stack (and its associated jobs) into a different compartment within the same tenancy.Future<ChangeStackCompartmentResponse>
ResourceManagerAsyncClient. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type ChangeStackCompartmentResponse Modifier and Type Method Description Future<ChangeStackCompartmentResponse>
ResourceManagerAsync. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)
Moves a stack (and its associated jobs) into a different compartment within the same tenancy.Future<ChangeStackCompartmentResponse>
ResourceManagerAsyncClient. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)
-
Uses of ChangeStackCompartmentResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponse
ChangeStackCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponse.Builder
ChangeStackCompartmentResponse.Builder. copy(ChangeStackCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-