Uses of Class
com.oracle.bmc.osmanagementhub.requests.DeleteLifecycleEnvironmentRequest
-
Packages that use DeleteLifecycleEnvironmentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of DeleteLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type DeleteLifecycleEnvironmentRequest Modifier and Type Method Description DeleteLifecycleEnvironmentResponse
LifecycleEnvironment. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request)
Deletes the specified lifecycle environment.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)
DeleteLifecycleEnvironmentResponse
LifecycleEnvironmentClient. deleteLifecycleEnvironment(DeleteLifecycleEnvironmentRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteLifecycleEnvironmentRequest 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 DeleteLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return DeleteLifecycleEnvironmentRequest Modifier and Type Method Description DeleteLifecycleEnvironmentRequest
DeleteLifecycleEnvironmentRequest.Builder. build()
Build the instance of DeleteLifecycleEnvironmentRequest as configured by this builderDeleteLifecycleEnvironmentRequest
DeleteLifecycleEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteLifecycleEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type DeleteLifecycleEnvironmentRequest Modifier and Type Method Description DeleteLifecycleEnvironmentRequest.Builder
DeleteLifecycleEnvironmentRequest.Builder. copy(DeleteLifecycleEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-