Uses of Class
software.amazon.awssdk.services.mediapackage.model.Origination
-
Packages that use Origination Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of Origination in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return Origination Modifier and Type Method Description static OriginationOrigination. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginationCreateOriginEndpointRequest. origination()Control whether origination of video is allowed for this OriginEndpoint.OriginationCreateOriginEndpointResponse. origination()Control whether origination of video is allowed for this OriginEndpoint.OriginationDescribeOriginEndpointResponse. origination()Control whether origination of video is allowed for this OriginEndpoint.OriginationOriginEndpoint. origination()Control whether origination of video is allowed for this OriginEndpoint.OriginationUpdateOriginEndpointRequest. origination()Control whether origination of video is allowed for this OriginEndpoint.OriginationUpdateOriginEndpointResponse. origination()Control whether origination of video is allowed for this OriginEndpoint.static OriginationOrigination. valueOf(String name)Returns the enum constant of this type with the specified name.static Origination[]Origination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type Origination Modifier and Type Method Description static Set<Origination>Origination. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type Origination Modifier and Type Method Description CreateOriginEndpointRequest.BuilderCreateOriginEndpointRequest.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.CreateOriginEndpointResponse.BuilderCreateOriginEndpointResponse.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.DescribeOriginEndpointResponse.BuilderDescribeOriginEndpointResponse.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.OriginEndpoint.BuilderOriginEndpoint.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.UpdateOriginEndpointRequest.BuilderUpdateOriginEndpointRequest.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.UpdateOriginEndpointResponse.BuilderUpdateOriginEndpointResponse.Builder. origination(Origination origination)Control whether origination of video is allowed for this OriginEndpoint.
-