Uses of Class
com.oracle.bmc.stackmonitoring.responses.UpdateProcessSetResponse
-
Packages that use UpdateProcessSetResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of UpdateProcessSetResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return UpdateProcessSetResponse Modifier and Type Method Description UpdateProcessSetResponse
StackMonitoring. updateProcessSet(UpdateProcessSetRequest request)
API to update a Process Set identified by a given ocid.UpdateProcessSetResponse
StackMonitoringClient. updateProcessSet(UpdateProcessSetRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type UpdateProcessSetResponse 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)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type UpdateProcessSetResponse 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 UpdateProcessSetResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return UpdateProcessSetResponse Modifier and Type Method Description UpdateProcessSetResponse
UpdateProcessSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type UpdateProcessSetResponse Modifier and Type Method Description UpdateProcessSetResponse.Builder
UpdateProcessSetResponse.Builder. copy(UpdateProcessSetResponse o)
Copy method to populate the builder with values from the given instance.
-