Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.mediaconvert.model software.amazon.awssdk.services.mediaconvert.paginators -
-
Uses of Endpoint in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>DescribeEndpointsResponse. endpoints()List of endpointsMethods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Endpoint... endpoints)List of endpointsMethod parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)List of endpoints -
Uses of Endpoint in software.amazon.awssdk.services.mediaconvert.paginators
Methods in software.amazon.awssdk.services.mediaconvert.paginators that return types with arguments of type Endpoint Modifier and Type Method Description SdkIterable<Endpoint>DescribeEndpointsIterable. endpoints()Returns an iterable to iterate through the paginatedDescribeEndpointsResponse.endpoints()member.SdkPublisher<Endpoint>DescribeEndpointsPublisher. endpoints()Returns a publisher that can be used to get a stream of data.
-