Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
StreamingDistributionList |
StreamingDistributionList.clone() |
StreamingDistributionList |
ListStreamingDistributionsResult.getStreamingDistributionList()
The
StreamingDistributionList type. |
StreamingDistributionList |
StreamingDistributionList.withIsTruncated(Boolean isTruncated)
A flag that indicates whether more streaming distributions remain to be listed.
|
StreamingDistributionList |
StreamingDistributionList.withItems(Collection<StreamingDistributionSummary> items)
A complex type that contains one
StreamingDistributionSummary element for each distribution that was
created by the current Amazon Web Services account. |
StreamingDistributionList |
StreamingDistributionList.withItems(StreamingDistributionSummary... items)
A complex type that contains one
StreamingDistributionSummary element for each distribution that was
created by the current Amazon Web Services account. |
StreamingDistributionList |
StreamingDistributionList.withMarker(String marker)
The value you provided for the
Marker request parameter. |
StreamingDistributionList |
StreamingDistributionList.withMaxItems(Integer maxItems)
The value you provided for the
MaxItems request parameter. |
StreamingDistributionList |
StreamingDistributionList.withNextMarker(String nextMarker)
If
IsTruncated is true , this element is present and contains the value you can use for
the Marker request parameter to continue listing your RTMP distributions where they left off. |
StreamingDistributionList |
StreamingDistributionList.withQuantity(Integer quantity)
The number of streaming distributions that were created by the current Amazon Web Services account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListStreamingDistributionsResult.setStreamingDistributionList(StreamingDistributionList streamingDistributionList)
The
StreamingDistributionList type. |
ListStreamingDistributionsResult |
ListStreamingDistributionsResult.withStreamingDistributionList(StreamingDistributionList streamingDistributionList)
The
StreamingDistributionList type. |
Copyright © 2022. All rights reserved.