Uses of Class
software.amazon.awssdk.services.mediastore.model.DescribeContainerResponse
-
Packages that use DescribeContainerResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of DescribeContainerResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return DescribeContainerResponse Modifier and Type Method Description default DescribeContainerResponseMediaStoreClient. describeContainer(Consumer<DescribeContainerRequest.Builder> describeContainerRequest)Retrieves the properties of the requested container.default DescribeContainerResponseMediaStoreClient. describeContainer(DescribeContainerRequest describeContainerRequest)Retrieves the properties of the requested container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type DescribeContainerResponse Modifier and Type Method Description default CompletableFuture<DescribeContainerResponse>MediaStoreAsyncClient. describeContainer(Consumer<DescribeContainerRequest.Builder> describeContainerRequest)Retrieves the properties of the requested container.default CompletableFuture<DescribeContainerResponse>MediaStoreAsyncClient. describeContainer(DescribeContainerRequest describeContainerRequest)Retrieves the properties of the requested container.
-