Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.EgressEndpoint
-
Packages that use EgressEndpoint Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of EgressEndpoint in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return types with arguments of type EgressEndpoint Modifier and Type Method Description List<EgressEndpoint>CreateAssetResponse. egressEndpoints()The list of egress endpoints available for the Asset.List<EgressEndpoint>DescribeAssetResponse. egressEndpoints()The list of egress endpoints available for the Asset.Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type EgressEndpoint Modifier and Type Method Description CreateAssetResponse.BuilderCreateAssetResponse.Builder. egressEndpoints(EgressEndpoint... egressEndpoints)The list of egress endpoints available for the Asset.DescribeAssetResponse.BuilderDescribeAssetResponse.Builder. egressEndpoints(EgressEndpoint... egressEndpoints)The list of egress endpoints available for the Asset.Method parameters in software.amazon.awssdk.services.mediapackagevod.model with type arguments of type EgressEndpoint Modifier and Type Method Description CreateAssetResponse.BuilderCreateAssetResponse.Builder. egressEndpoints(Collection<EgressEndpoint> egressEndpoints)The list of egress endpoints available for the Asset.DescribeAssetResponse.BuilderDescribeAssetResponse.Builder. egressEndpoints(Collection<EgressEndpoint> egressEndpoints)The list of egress endpoints available for the Asset.
-