Uses of Class
com.oracle.bmc.stackmonitoring.requests.DeleteProcessSetRequest
-
Packages that use DeleteProcessSetRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of DeleteProcessSetRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type DeleteProcessSetRequest Modifier and Type Method Description DeleteProcessSetResponse
StackMonitoring. deleteProcessSet(DeleteProcessSetRequest request)
Deletes a Process SetFuture<DeleteProcessSetResponse>
StackMonitoringAsync. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
Deletes a Process SetFuture<DeleteProcessSetResponse>
StackMonitoringAsyncClient. deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
DeleteProcessSetResponse
StackMonitoringClient. deleteProcessSet(DeleteProcessSetRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type DeleteProcessSetRequest 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 DeleteProcessSetRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return DeleteProcessSetRequest Modifier and Type Method Description DeleteProcessSetRequest
DeleteProcessSetRequest.Builder. build()
Build the instance of DeleteProcessSetRequest as configured by this builderDeleteProcessSetRequest
DeleteProcessSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteProcessSetRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type DeleteProcessSetRequest Modifier and Type Method Description DeleteProcessSetRequest.Builder
DeleteProcessSetRequest.Builder. copy(DeleteProcessSetRequest o)
Copy method to populate the builder with values from the given instance.
-