| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
Container |
DescribeContainerResponse.container()
The name of the queried container.
|
Container |
CreateContainerResponse.container()
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
ListContainersResponse.containers()
The names of the containers.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeContainerResponse.Builder |
DescribeContainerResponse.Builder.container(Container container)
The name of the queried container.
|
CreateContainerResponse.Builder |
CreateContainerResponse.Builder.container(Container container)
ContainerARN: The Amazon Resource Name (ARN) of the newly created container.
|
ListContainersResponse.Builder |
ListContainersResponse.Builder.containers(Container... containers)
The names of the containers.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainersResponse.Builder |
ListContainersResponse.Builder.containers(Collection<Container> containers)
The names of the containers.
|
Copyright © 2023. All rights reserved.