| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
List<EndPoint> |
CreateRealtimeLogConfigRequest.endPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
List<EndPoint> |
UpdateRealtimeLogConfigRequest.endPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
List<EndPoint> |
RealtimeLogConfig.endPoints()
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this
real-time log configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRealtimeLogConfigRequest.Builder |
CreateRealtimeLogConfigRequest.Builder.endPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
UpdateRealtimeLogConfigRequest.Builder |
UpdateRealtimeLogConfigRequest.Builder.endPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
RealtimeLogConfig.Builder |
RealtimeLogConfig.Builder.endPoints(EndPoint... endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this
real-time log configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRealtimeLogConfigRequest.Builder |
CreateRealtimeLogConfigRequest.Builder.endPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
UpdateRealtimeLogConfigRequest.Builder |
UpdateRealtimeLogConfigRequest.Builder.endPoints(Collection<EndPoint> endPoints)
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
|
RealtimeLogConfig.Builder |
RealtimeLogConfig.Builder.endPoints(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.
|
Copyright © 2021. All rights reserved.