Uses of Class
com.oracle.bmc.resourcemanager.requests.ChangeStackCompartmentRequest
-
Packages that use ChangeStackCompartmentRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of ChangeStackCompartmentRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type ChangeStackCompartmentRequest 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.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)
ChangeStackCompartmentResponse
ResourceManagerClient. changeStackCompartment(ChangeStackCompartmentRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type ChangeStackCompartmentRequest 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 ChangeStackCompartmentRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return ChangeStackCompartmentRequest Modifier and Type Method Description ChangeStackCompartmentRequest
ChangeStackCompartmentRequest.Builder. build()
Build the instance of ChangeStackCompartmentRequest as configured by this builderChangeStackCompartmentRequest
ChangeStackCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeStackCompartmentRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type ChangeStackCompartmentRequest Modifier and Type Method Description ChangeStackCompartmentRequest.Builder
ChangeStackCompartmentRequest.Builder. copy(ChangeStackCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-