Uses of Class
software.amazon.awssdk.services.cloudfront.model.EndPoint
-
Packages that use EndPoint Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of EndPoint in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type EndPoint Modifier and Type Method Description List<EndPoint>CreateRealtimeLogConfigRequest. 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.List<EndPoint>UpdateRealtimeLogConfigRequest. endPoints()Contains information about the Amazon Kinesis data stream where you are sending real-time log data.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type EndPoint Modifier and Type Method Description CreateRealtimeLogConfigRequest.BuilderCreateRealtimeLogConfigRequest.Builder. endPoints(EndPoint... endPoints)Contains information about the Amazon Kinesis data stream where you are sending real-time log data.RealtimeLogConfig.BuilderRealtimeLogConfig.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.UpdateRealtimeLogConfigRequest.BuilderUpdateRealtimeLogConfigRequest.Builder. endPoints(EndPoint... endPoints)Contains information about the Amazon Kinesis data stream where you are sending real-time log data.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type EndPoint Modifier and Type Method Description CreateRealtimeLogConfigRequest.BuilderCreateRealtimeLogConfigRequest.Builder. endPoints(Collection<EndPoint> endPoints)Contains information about the Amazon Kinesis data stream where you are sending real-time log data.RealtimeLogConfig.BuilderRealtimeLogConfig.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.UpdateRealtimeLogConfigRequest.BuilderUpdateRealtimeLogConfigRequest.Builder. endPoints(Collection<EndPoint> endPoints)Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
-