Uses of Class
com.oracle.bmc.osmanagementhub.responses.DeleteLifecycleEnvironmentResponse
-
Packages that use DeleteLifecycleEnvironmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of DeleteLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return DeleteLifecycleEnvironmentResponse Modifier and Type Method Description DeleteLifecycleEnvironmentResponse
LifecycleEnvironment. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request)
Deletes the specified lifecycle environment.DeleteLifecycleEnvironmentResponse
LifecycleEnvironmentClient. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DeleteLifecycleEnvironmentResponse Modifier and Type Method Description Future<DeleteLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request, AsyncHandler<DeleteLifecycleEnvironmentRequest,DeleteLifecycleEnvironmentResponse> handler)
Deletes the specified lifecycle environment.Future<DeleteLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request, AsyncHandler<DeleteLifecycleEnvironmentRequest,DeleteLifecycleEnvironmentResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteLifecycleEnvironmentResponse Modifier and Type Method Description Future<DeleteLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request, AsyncHandler<DeleteLifecycleEnvironmentRequest,DeleteLifecycleEnvironmentResponse> handler)
Deletes the specified lifecycle environment.Future<DeleteLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request, AsyncHandler<DeleteLifecycleEnvironmentRequest,DeleteLifecycleEnvironmentResponse> handler)
-
Uses of DeleteLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return DeleteLifecycleEnvironmentResponse Modifier and Type Method Description DeleteLifecycleEnvironmentResponse
DeleteLifecycleEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type DeleteLifecycleEnvironmentResponse Modifier and Type Method Description DeleteLifecycleEnvironmentResponse.Builder
DeleteLifecycleEnvironmentResponse.Builder. copy(DeleteLifecycleEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-