Package | Description |
---|---|
com.oracle.bmc.stackmonitoring | |
com.oracle.bmc.stackmonitoring.requests |
Modifier and Type | Method and 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) |
Future<CreateConfigResponse> |
StackMonitoringAsyncClient.createConfig(CreateConfigRequest request,
AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateConfigResponse> |
StackMonitoringAsyncClient.createConfig(CreateConfigRequest request,
AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
CreateConfigRequest |
CreateConfigRequest.Builder.build()
Build the instance of CreateConfigRequest as configured by this builder
|
CreateConfigRequest |
CreateConfigRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateConfigRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateConfigRequest.Builder |
CreateConfigRequest.Builder.copy(CreateConfigRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.