Uses of Class
software.amazon.awssdk.services.mediastore.model.DeleteContainerResponse
-
Packages that use DeleteContainerResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of DeleteContainerResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return DeleteContainerResponse Modifier and Type Method Description default DeleteContainerResponseMediaStoreClient. deleteContainer(Consumer<DeleteContainerRequest.Builder> deleteContainerRequest)Deletes the specified container.default DeleteContainerResponseMediaStoreClient. deleteContainer(DeleteContainerRequest deleteContainerRequest)Deletes the specified container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type DeleteContainerResponse Modifier and Type Method Description default CompletableFuture<DeleteContainerResponse>MediaStoreAsyncClient. deleteContainer(Consumer<DeleteContainerRequest.Builder> deleteContainerRequest)Deletes the specified container.default CompletableFuture<DeleteContainerResponse>MediaStoreAsyncClient. deleteContainer(DeleteContainerRequest deleteContainerRequest)Deletes the specified container.
-