Uses of Class
com.oracle.bmc.osmanagementhub.responses.ChangeLifecycleEnvironmentCompartmentResponse
-
Packages that use ChangeLifecycleEnvironmentCompartmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ChangeLifecycleEnvironmentCompartmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ChangeLifecycleEnvironmentCompartmentResponse Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentResponse
LifecycleEnvironment. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request)
Moves a lifecycle environment into a different compartment within the same tenancy.ChangeLifecycleEnvironmentCompartmentResponse
LifecycleEnvironmentClient. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ChangeLifecycleEnvironmentCompartmentResponse Modifier and Type Method Description Future<ChangeLifecycleEnvironmentCompartmentResponse>
LifecycleEnvironmentAsync. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request, AsyncHandler<ChangeLifecycleEnvironmentCompartmentRequest,ChangeLifecycleEnvironmentCompartmentResponse> handler)
Moves a lifecycle environment into a different compartment within the same tenancy.Future<ChangeLifecycleEnvironmentCompartmentResponse>
LifecycleEnvironmentAsyncClient. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request, AsyncHandler<ChangeLifecycleEnvironmentCompartmentRequest,ChangeLifecycleEnvironmentCompartmentResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ChangeLifecycleEnvironmentCompartmentResponse Modifier and Type Method Description Future<ChangeLifecycleEnvironmentCompartmentResponse>
LifecycleEnvironmentAsync. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request, AsyncHandler<ChangeLifecycleEnvironmentCompartmentRequest,ChangeLifecycleEnvironmentCompartmentResponse> handler)
Moves a lifecycle environment into a different compartment within the same tenancy.Future<ChangeLifecycleEnvironmentCompartmentResponse>
LifecycleEnvironmentAsyncClient. changeLifecycleEnvironmentCompartment(ChangeLifecycleEnvironmentCompartmentRequest request, AsyncHandler<ChangeLifecycleEnvironmentCompartmentRequest,ChangeLifecycleEnvironmentCompartmentResponse> handler)
-
Uses of ChangeLifecycleEnvironmentCompartmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ChangeLifecycleEnvironmentCompartmentResponse Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentResponse
ChangeLifecycleEnvironmentCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ChangeLifecycleEnvironmentCompartmentResponse Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentResponse.Builder
ChangeLifecycleEnvironmentCompartmentResponse.Builder. copy(ChangeLifecycleEnvironmentCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-