Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
EndPoint |
EndPoint.clone() |
EndPoint |
EndPoint.withKinesisStreamConfig(KinesisStreamConfig kinesisStreamConfig)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
EndPoint |
EndPoint.withStreamType(String streamType)
The type of data stream where you are sending real-time log data.
|
Modifier and Type | Method and Description |
---|---|
List<EndPoint> |
RealtimeLogConfig.getEndPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this
real-time log configuration.
|
List<EndPoint> |
UpdateRealtimeLogConfigRequest.getEndPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
List<EndPoint> |
CreateRealtimeLogConfigRequest.getEndPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
Modifier and Type | Method and Description |
---|---|
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.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withEndPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
CreateRealtimeLogConfigRequest |
CreateRealtimeLogConfigRequest.withEndPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
Modifier and Type | Method and Description |
---|---|
void |
RealtimeLogConfig.setEndPoints(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.
|
void |
UpdateRealtimeLogConfigRequest.setEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
void |
CreateRealtimeLogConfigRequest.setEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
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.
|
UpdateRealtimeLogConfigRequest |
UpdateRealtimeLogConfigRequest.withEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
CreateRealtimeLogConfigRequest |
CreateRealtimeLogConfigRequest.withEndPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
Copyright © 2023. All rights reserved.