Uses of Class
software.amazon.awssdk.services.cloudfront.model.EndPoint
Packages that use EndPoint
-
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 EndPointModifier and TypeMethodDescriptionCreateRealtimeLogConfigRequest.endPoints()Contains information about the Amazon Kinesis data stream where you are sending real-time log data.RealtimeLogConfig.endPoints()Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.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 EndPointModifier and TypeMethodDescriptionContains information about the Amazon Kinesis data stream where you are sending real-time log data.Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.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 EndPointModifier and TypeMethodDescriptionCreateRealtimeLogConfigRequest.Builder.endPoints(Collection<EndPoint> endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data.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.UpdateRealtimeLogConfigRequest.Builder.endPoints(Collection<EndPoint> endPoints) Contains information about the Amazon Kinesis data stream where you are sending real-time log data.