Uses of Class
com.oracle.bmc.stackmonitoring.requests.CreateConfigRequest
-
Packages that use CreateConfigRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of CreateConfigRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type CreateConfigRequest Modifier and Type Method Description CreateConfigResponse
StackMonitoring. createConfig(CreateConfigRequest request)
Creates a configuration item, for example to define whether resources of a specific type should be discovered automatically.Future<CreateConfigResponse>
StackMonitoringAsync. createConfig(CreateConfigRequest request, AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler)
Creates a configuration item, for example to define whether resources of a specific type should be discovered automatically.Future<CreateConfigResponse>
StackMonitoringAsyncClient. createConfig(CreateConfigRequest request, AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler)
CreateConfigResponse
StackMonitoringClient. createConfig(CreateConfigRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type CreateConfigRequest Modifier and Type Method Description Future<CreateConfigResponse>
StackMonitoringAsync. createConfig(CreateConfigRequest request, AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler)
Creates a configuration item, for example to define whether resources of a specific type should be discovered automatically.Future<CreateConfigResponse>
StackMonitoringAsyncClient. createConfig(CreateConfigRequest request, AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler)
-
Uses of CreateConfigRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return CreateConfigRequest Modifier and Type Method Description CreateConfigRequest
CreateConfigRequest.Builder. build()
Build the instance of CreateConfigRequest as configured by this builderCreateConfigRequest
CreateConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConfigRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type CreateConfigRequest Modifier and Type Method Description CreateConfigRequest.Builder
CreateConfigRequest.Builder. copy(CreateConfigRequest o)
Copy method to populate the builder with values from the given instance.
-