Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.OriginEndpointListConfiguration
-
Packages that use OriginEndpointListConfiguration Package Description software.amazon.awssdk.services.mediapackagev2.model software.amazon.awssdk.services.mediapackagev2.paginators -
-
Uses of OriginEndpointListConfiguration in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type OriginEndpointListConfiguration Modifier and Type Method Description List<OriginEndpointListConfiguration>ListOriginEndpointsResponse. items()The objects being returned.Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type OriginEndpointListConfiguration Modifier and Type Method Description ListOriginEndpointsResponse.BuilderListOriginEndpointsResponse.Builder. items(OriginEndpointListConfiguration... items)The objects being returned.Method parameters in software.amazon.awssdk.services.mediapackagev2.model with type arguments of type OriginEndpointListConfiguration Modifier and Type Method Description ListOriginEndpointsResponse.BuilderListOriginEndpointsResponse.Builder. items(Collection<OriginEndpointListConfiguration> items)The objects being returned. -
Uses of OriginEndpointListConfiguration in software.amazon.awssdk.services.mediapackagev2.paginators
Methods in software.amazon.awssdk.services.mediapackagev2.paginators that return types with arguments of type OriginEndpointListConfiguration Modifier and Type Method Description SdkIterable<OriginEndpointListConfiguration>ListOriginEndpointsIterable. items()Returns an iterable to iterate through the paginatedListOriginEndpointsResponse.items()member.SdkPublisher<OriginEndpointListConfiguration>ListOriginEndpointsPublisher. items()Returns a publisher that can be used to get a stream of data.
-