Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
RealtimeLogConfigs |
RealtimeLogConfigs.clone() |
RealtimeLogConfigs |
ListRealtimeLogConfigsResult.getRealtimeLogConfigs()
A list of real-time log configurations.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more real-time log configurations than are contained in this list.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withItems(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withMarker(String marker)
This parameter indicates where this list of real-time log configurations begins.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withMaxItems(Integer maxItems)
The maximum number of real-time log configurations requested.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRealtimeLogConfigsResult.setRealtimeLogConfigs(RealtimeLogConfigs realtimeLogConfigs)
A list of real-time log configurations.
|
ListRealtimeLogConfigsResult |
ListRealtimeLogConfigsResult.withRealtimeLogConfigs(RealtimeLogConfigs realtimeLogConfigs)
A list of real-time log configurations.
|
Copyright © 2022. All rights reserved.