Uses of Class
com.oracle.bmc.dif.responses.ChangeStackCompartmentResponse
-
Packages that use ChangeStackCompartmentResponse Package Description com.oracle.bmc.dif com.oracle.bmc.dif.responses -
-
Uses of ChangeStackCompartmentResponse in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponseStack. changeStackCompartment(ChangeStackCompartmentRequest request)Moves a Stack into a different compartment within the same tenancy.ChangeStackCompartmentResponseStackClient. changeStackCompartment(ChangeStackCompartmentRequest request)Methods in com.oracle.bmc.dif that return types with arguments of type ChangeStackCompartmentResponse Modifier and Type Method Description Future<ChangeStackCompartmentResponse>StackAsync. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)Moves a Stack into a different compartment within the same tenancy.Future<ChangeStackCompartmentResponse>StackAsyncClient. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)Method parameters in com.oracle.bmc.dif with type arguments of type ChangeStackCompartmentResponse Modifier and Type Method Description Future<ChangeStackCompartmentResponse>StackAsync. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler)Moves a Stack into a different compartment within the same tenancy.Future<ChangeStackCompartmentResponse>StackAsyncClient. changeStackCompartment(ChangeStackCompartmentRequest request, AsyncHandler<ChangeStackCompartmentRequest,ChangeStackCompartmentResponse> handler) -
Uses of ChangeStackCompartmentResponse in com.oracle.bmc.dif.responses
Methods in com.oracle.bmc.dif.responses that return ChangeStackCompartmentResponse Modifier and Type Method Description ChangeStackCompartmentResponseChangeStackCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dif.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.
-