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.resourcemanagerMethods in com.oracle.bmc.resourcemanager that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponseResourceManager. changeStackCompartment(ChangeStackCompartmentRequest request)Moves a stack (and its associated jobs) into a different compartment within the same tenancy.ChangeStackCompartmentResponseResourceManagerClient. 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.responsesMethods in com.oracle.bmc.resourcemanager.responses that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponseChangeStackCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponse.BuilderChangeStackCompartmentResponse.Builder. copy(ChangeStackCompartmentResponse o)Copy method to populate the builder with values from the given instance.
 
-