| Package | Description |
|---|---|
| com.amazonaws.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.clone() |
Container |
CreateContainerResult.getContainer()
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
Container |
DescribeContainerResult.getContainer()
The name of the queried container.
|
Container |
Container.withAccessLoggingEnabled(Boolean accessLoggingEnabled)
The state of access logging on the container.
|
Container |
Container.withARN(String aRN)
The Amazon Resource Name (ARN) of the container.
|
Container |
Container.withCreationTime(Date creationTime)
Unix timestamp.
|
Container |
Container.withEndpoint(String endpoint)
The DNS endpoint of the container.
|
Container |
Container.withName(String name)
The name of the container.
|
Container |
Container.withStatus(ContainerStatus status)
The status of container creation or deletion.
|
Container |
Container.withStatus(String status)
The status of container creation or deletion.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
ListContainersResult.getContainers()
The names of the containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateContainerResult.setContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
void |
DescribeContainerResult.setContainer(Container container)
The name of the queried container.
|
CreateContainerResult |
CreateContainerResult.withContainer(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
DescribeContainerResult |
DescribeContainerResult.withContainer(Container container)
The name of the queried container.
|
ListContainersResult |
ListContainersResult.withContainers(Container... containers)
The names of the containers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListContainersResult.setContainers(Collection<Container> containers)
The names of the containers.
|
ListContainersResult |
ListContainersResult.withContainers(Collection<Container> containers)
The names of the containers.
|
Copyright © 2021. All rights reserved.