Uses of Class
com.oracle.bmc.stackmonitoring.requests.DeleteConfigRequest
-
Packages that use DeleteConfigRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of DeleteConfigRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type DeleteConfigRequest Modifier and Type Method Description DeleteConfigResponse
StackMonitoring. deleteConfig(DeleteConfigRequest request)
Deletes a configuration identified by the id.Future<DeleteConfigResponse>
StackMonitoringAsync. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Deletes a configuration identified by the id.Future<DeleteConfigResponse>
StackMonitoringAsyncClient. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
DeleteConfigResponse
StackMonitoringClient. deleteConfig(DeleteConfigRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type DeleteConfigRequest Modifier and Type Method Description Future<DeleteConfigResponse>
StackMonitoringAsync. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Deletes a configuration identified by the id.Future<DeleteConfigResponse>
StackMonitoringAsyncClient. deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
-
Uses of DeleteConfigRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return DeleteConfigRequest Modifier and Type Method Description DeleteConfigRequest
DeleteConfigRequest.Builder. build()
Build the instance of DeleteConfigRequest as configured by this builderDeleteConfigRequest
DeleteConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteConfigRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type DeleteConfigRequest Modifier and Type Method Description DeleteConfigRequest.Builder
DeleteConfigRequest.Builder. copy(DeleteConfigRequest o)
Copy method to populate the builder with values from the given instance.
-