Uses of Class
com.oracle.bmc.stackmonitoring.responses.CreateConfigResponse
-
Packages that use CreateConfigResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of CreateConfigResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return CreateConfigResponse 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.CreateConfigResponse
StackMonitoringClient. createConfig(CreateConfigRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type CreateConfigResponse 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)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type CreateConfigResponse 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 CreateConfigResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return CreateConfigResponse Modifier and Type Method Description CreateConfigResponse
CreateConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type CreateConfigResponse Modifier and Type Method Description CreateConfigResponse.Builder
CreateConfigResponse.Builder. copy(CreateConfigResponse o)
Copy method to populate the builder with values from the given instance.
-