Uses of Class
com.oracle.bmc.stackmonitoring.requests.UpdateProcessSetRequest
-
Packages that use UpdateProcessSetRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of UpdateProcessSetRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type UpdateProcessSetRequest Modifier and Type Method Description UpdateProcessSetResponse
StackMonitoring. updateProcessSet(UpdateProcessSetRequest request)
API to update a Process Set identified by a given ocid.Future<UpdateProcessSetResponse>
StackMonitoringAsync. updateProcessSet(UpdateProcessSetRequest request, AsyncHandler<UpdateProcessSetRequest,UpdateProcessSetResponse> handler)
API to update a Process Set identified by a given ocid.Future<UpdateProcessSetResponse>
StackMonitoringAsyncClient. updateProcessSet(UpdateProcessSetRequest request, AsyncHandler<UpdateProcessSetRequest,UpdateProcessSetResponse> handler)
UpdateProcessSetResponse
StackMonitoringClient. updateProcessSet(UpdateProcessSetRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateProcessSetRequest Modifier and Type Method Description Future<UpdateProcessSetResponse>
StackMonitoringAsync. updateProcessSet(UpdateProcessSetRequest request, AsyncHandler<UpdateProcessSetRequest,UpdateProcessSetResponse> handler)
API to update a Process Set identified by a given ocid.Future<UpdateProcessSetResponse>
StackMonitoringAsyncClient. updateProcessSet(UpdateProcessSetRequest request, AsyncHandler<UpdateProcessSetRequest,UpdateProcessSetResponse> handler)
-
Uses of UpdateProcessSetRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return UpdateProcessSetRequest Modifier and Type Method Description UpdateProcessSetRequest
UpdateProcessSetRequest.Builder. build()
Build the instance of UpdateProcessSetRequest as configured by this builderUpdateProcessSetRequest
UpdateProcessSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateProcessSetRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type UpdateProcessSetRequest Modifier and Type Method Description UpdateProcessSetRequest.Builder
UpdateProcessSetRequest.Builder. copy(UpdateProcessSetRequest o)
Copy method to populate the builder with values from the given instance.
-