Uses of Interface
software.amazon.awssdk.services.cloudfront.model.StreamingDistributionList.Builder
Packages that use StreamingDistributionList.Builder
-
Uses of StreamingDistributionList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return StreamingDistributionList.BuilderModifier and TypeMethodDescriptionStreamingDistributionList.builder()StreamingDistributionList.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether more streaming distributions remain to be listed.StreamingDistributionList.Builder.items(Collection<StreamingDistributionSummary> items) A complex type that contains oneStreamingDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.StreamingDistributionList.Builder.items(Consumer<StreamingDistributionSummary.Builder>... items) A complex type that contains oneStreamingDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.StreamingDistributionList.Builder.items(StreamingDistributionSummary... items) A complex type that contains oneStreamingDistributionSummaryelement for each distribution that was created by the current Amazon Web Services account.The value you provided for theMarkerrequest parameter.The value you provided for theMaxItemsrequest parameter.StreamingDistributionList.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, this element is present and contains the value you can use for theMarkerrequest parameter to continue listing your RTMP distributions where they left off.The number of streaming distributions that were created by the current Amazon Web Services account.StreamingDistributionList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type StreamingDistributionList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StreamingDistributionList.Builder>StreamingDistributionList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type StreamingDistributionList.BuilderModifier and TypeMethodDescriptionListStreamingDistributionsResponse.Builder.streamingDistributionList(Consumer<StreamingDistributionList.Builder> streamingDistributionList) TheStreamingDistributionListtype.