| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.clone() |
CloudWatchLogsConfiguration |
UpdateLayerRequest.getCloudWatchLogsConfiguration()
Specifies CloudWatch Logs configuration options for the layer.
|
CloudWatchLogsConfiguration |
Layer.getCloudWatchLogsConfiguration()
The Amazon CloudWatch Logs configuration settings for the layer.
|
CloudWatchLogsConfiguration |
CreateLayerRequest.getCloudWatchLogsConfiguration()
Specifies CloudWatch Logs configuration options for the layer.
|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.withEnabled(Boolean enabled)
Whether CloudWatch Logs is enabled for a layer.
|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.withLogStreams(CloudWatchLogsLogStream... logStreams)
A list of configuration options for CloudWatch Logs.
|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.withLogStreams(Collection<CloudWatchLogsLogStream> logStreams)
A list of configuration options for CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLayerRequest.setCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
void |
Layer.setCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
The Amazon CloudWatch Logs configuration settings for the layer.
|
void |
CreateLayerRequest.setCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
UpdateLayerRequest |
UpdateLayerRequest.withCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
Layer |
Layer.withCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
The Amazon CloudWatch Logs configuration settings for the layer.
|
CreateLayerRequest |
CreateLayerRequest.withCloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)
Specifies CloudWatch Logs configuration options for the layer.
|
Copyright © 2017. All rights reserved.