| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
static Origination |
Origination.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Origination |
DescribeOriginEndpointResponse.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Origination |
UpdateOriginEndpointResponse.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Origination |
OriginEndpoint.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Origination |
CreateOriginEndpointRequest.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Origination |
CreateOriginEndpointResponse.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
Origination |
UpdateOriginEndpointRequest.origination()
Control whether origination of video is allowed for this OriginEndpoint.
|
static Origination |
Origination.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Origination> |
Origination.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOriginEndpointResponse.Builder |
DescribeOriginEndpointResponse.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
UpdateOriginEndpointResponse.Builder |
UpdateOriginEndpointResponse.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
OriginEndpoint.Builder |
OriginEndpoint.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
CreateOriginEndpointRequest.Builder |
CreateOriginEndpointRequest.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
CreateOriginEndpointResponse.Builder |
CreateOriginEndpointResponse.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
UpdateOriginEndpointRequest.Builder |
UpdateOriginEndpointRequest.Builder.origination(Origination origination)
Control whether origination of video is allowed for this OriginEndpoint.
|
Copyright © 2021. All rights reserved.