Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
RealtimeLogConfig |
RealtimeLogConfig.clone() |
RealtimeLogConfig |
UpdateRealtimeLogConfigResult.getRealtimeLogConfig()
A real-time log configuration.
|
RealtimeLogConfig |
GetRealtimeLogConfigResult.getRealtimeLogConfig()
A real-time log configuration.
|
RealtimeLogConfig |
CreateRealtimeLogConfigResult.getRealtimeLogConfig()
A real-time log configuration.
|
RealtimeLogConfig |
RealtimeLogConfig.withARN(String aRN)
The Amazon Resource Name (ARN) of this real-time log configuration.
|
RealtimeLogConfig |
RealtimeLogConfig.withEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this
real-time log configuration.
|
RealtimeLogConfig |
RealtimeLogConfig.withEndPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this
real-time log configuration.
|
RealtimeLogConfig |
RealtimeLogConfig.withFields(Collection<String> fields)
A list of fields that are included in each real-time log record.
|
RealtimeLogConfig |
RealtimeLogConfig.withFields(String... fields)
A list of fields that are included in each real-time log record.
|
RealtimeLogConfig |
RealtimeLogConfig.withName(String name)
The unique name of this real-time log configuration.
|
RealtimeLogConfig |
RealtimeLogConfig.withSamplingRate(Long samplingRate)
The sampling rate for this real-time log configuration.
|
Modifier and Type | Method and Description |
---|---|
List<RealtimeLogConfig> |
RealtimeLogConfigs.getItems()
Contains the list of real-time log configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateRealtimeLogConfigResult.setRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
void |
GetRealtimeLogConfigResult.setRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
void |
CreateRealtimeLogConfigResult.setRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withItems(RealtimeLogConfig... items)
Contains the list of real-time log configurations.
|
UpdateRealtimeLogConfigResult |
UpdateRealtimeLogConfigResult.withRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
GetRealtimeLogConfigResult |
GetRealtimeLogConfigResult.withRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
CreateRealtimeLogConfigResult |
CreateRealtimeLogConfigResult.withRealtimeLogConfig(RealtimeLogConfig realtimeLogConfig)
A real-time log configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
RealtimeLogConfigs.setItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
RealtimeLogConfigs |
RealtimeLogConfigs.withItems(Collection<RealtimeLogConfig> items)
Contains the list of real-time log configurations.
|
Copyright © 2023. All rights reserved.