| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
AccessLogSettings |
AccessLogSettings.clone() |
AccessLogSettings |
Stage.getAccessLogSettings()
Settings for logging access in this stage.
|
AccessLogSettings |
UpdateStageResult.getAccessLogSettings()
Settings for logging access in this stage.
|
AccessLogSettings |
GetStageResult.getAccessLogSettings()
Settings for logging access in this stage.
|
AccessLogSettings |
CreateStageResult.getAccessLogSettings()
Settings for logging access in this stage.
|
AccessLogSettings |
AccessLogSettings.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to
receive access logs.
|
AccessLogSettings |
AccessLogSettings.withFormat(String format)
A single line format of the access logs of data, as specified by selected $context variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stage.setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
void |
UpdateStageResult.setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
void |
GetStageResult.setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
void |
CreateStageResult.setAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
Stage |
Stage.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
UpdateStageResult |
UpdateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
GetStageResult |
GetStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
CreateStageResult |
CreateStageResult.withAccessLogSettings(AccessLogSettings accessLogSettings)
Settings for logging access in this stage.
|
Copyright © 2024. All rights reserved.