Uses of Class
com.oracle.bmc.stackmonitoring.responses.DeleteProcessSetResponse
-
Packages that use DeleteProcessSetResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of DeleteProcessSetResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return DeleteProcessSetResponse Modifier and Type Method Description DeleteProcessSetResponse
StackMonitoring. deleteProcessSet(DeleteProcessSetRequest request)
Deletes a Process SetDeleteProcessSetResponse
StackMonitoringClient. deleteProcessSet(DeleteProcessSetRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type DeleteProcessSetResponse Modifier and Type Method Description Future<DeleteProcessSetResponse>
StackMonitoringAsync. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
Deletes a Process SetFuture<DeleteProcessSetResponse>
StackMonitoringAsyncClient. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type DeleteProcessSetResponse Modifier and Type Method Description Future<DeleteProcessSetResponse>
StackMonitoringAsync. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
Deletes a Process SetFuture<DeleteProcessSetResponse>
StackMonitoringAsyncClient. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
-
Uses of DeleteProcessSetResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return DeleteProcessSetResponse Modifier and Type Method Description DeleteProcessSetResponse
DeleteProcessSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type DeleteProcessSetResponse Modifier and Type Method Description DeleteProcessSetResponse.Builder
DeleteProcessSetResponse.Builder. copy(DeleteProcessSetResponse o)
Copy method to populate the builder with values from the given instance.
-