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