| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerType |
GetOriginEndpointResponse.containerType()
The type of container attached to this origin endpoint.
|
ContainerType |
CreateOriginEndpointResponse.containerType()
The type of container attached to this origin endpoint.
|
ContainerType |
UpdateOriginEndpointRequest.containerType()
The type of container attached to this origin endpoint.
|
ContainerType |
OriginEndpointListConfiguration.containerType()
The type of container attached to this origin endpoint.
|
ContainerType |
CreateOriginEndpointRequest.containerType()
The type of container to attach to this origin endpoint.
|
ContainerType |
UpdateOriginEndpointResponse.containerType()
The type of container attached to this origin endpoint.
|
static ContainerType |
ContainerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContainerType |
ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
ContainerType.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<ContainerType> |
ContainerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetOriginEndpointResponse.Builder |
GetOriginEndpointResponse.Builder.containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
CreateOriginEndpointResponse.Builder |
CreateOriginEndpointResponse.Builder.containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
UpdateOriginEndpointRequest.Builder |
UpdateOriginEndpointRequest.Builder.containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
OriginEndpointListConfiguration.Builder |
OriginEndpointListConfiguration.Builder.containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
CreateOriginEndpointRequest.Builder |
CreateOriginEndpointRequest.Builder.containerType(ContainerType containerType)
The type of container to attach to this origin endpoint.
|
UpdateOriginEndpointResponse.Builder |
UpdateOriginEndpointResponse.Builder.containerType(ContainerType containerType)
The type of container attached to this origin endpoint.
|
Copyright © 2023. All rights reserved.