Uses of Class
software.amazon.awssdk.services.mediastore.model.Container
-
Packages that use Container Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of Container in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return Container Modifier and Type Method Description ContainerCreateContainerResponse. container()ContainerARN: The Amazon Resource Name (ARN) of the newly created container.ContainerDescribeContainerResponse. container()The name of the queried container.Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type Container Modifier and Type Method Description List<Container>ListContainersResponse. containers()The names of the containers.Methods in software.amazon.awssdk.services.mediastore.model with parameters of type Container Modifier and Type Method Description CreateContainerResponse.BuilderCreateContainerResponse.Builder. container(Container container)ContainerARN: The Amazon Resource Name (ARN) of the newly created container.DescribeContainerResponse.BuilderDescribeContainerResponse.Builder. container(Container container)The name of the queried container.ListContainersResponse.BuilderListContainersResponse.Builder. containers(Container... containers)The names of the containers.Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type Container Modifier and Type Method Description ListContainersResponse.BuilderListContainersResponse.Builder. containers(Collection<Container> containers)The names of the containers.
-