Uses of Class
com.oracle.bmc.dif.requests.ChangeStackCompartmentRequest
-
Packages that use ChangeStackCompartmentRequest Package Description com.oracle.bmc.dif com.oracle.bmc.dif.requests -
-
Uses of ChangeStackCompartmentRequest in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif with parameters of type ChangeStackCompartmentRequest Modifier and Type Method Description ChangeStackCompartmentResponseStack. changeStackCompartment(ChangeStackCompartmentRequest request)Moves a Stack into a different compartment within the same tenancy.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)ChangeStackCompartmentResponseStackClient. changeStackCompartment(ChangeStackCompartmentRequest request)Method parameters in com.oracle.bmc.dif with type arguments of type ChangeStackCompartmentRequest 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 ChangeStackCompartmentRequest in com.oracle.bmc.dif.requests
Methods in com.oracle.bmc.dif.requests that return ChangeStackCompartmentRequest Modifier and Type Method Description ChangeStackCompartmentRequestChangeStackCompartmentRequest.Builder. build()Build the instance of ChangeStackCompartmentRequest as configured by this builderChangeStackCompartmentRequestChangeStackCompartmentRequest.Builder. buildWithoutInvocationCallback()Build the instance of ChangeStackCompartmentRequest as configured by this builderMethods in com.oracle.bmc.dif.requests with parameters of type ChangeStackCompartmentRequest Modifier and Type Method Description ChangeStackCompartmentRequest.BuilderChangeStackCompartmentRequest.Builder. copy(ChangeStackCompartmentRequest o)Copy method to populate the builder with values from the given instance.
-