Uses of Class
software.amazon.awssdk.services.mediastoredata.model.DescribeObjectResponse
-
Packages that use DescribeObjectResponse Package Description software.amazon.awssdk.services.mediastoredata An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. -
-
Uses of DescribeObjectResponse in software.amazon.awssdk.services.mediastoredata
Methods in software.amazon.awssdk.services.mediastoredata that return DescribeObjectResponse Modifier and Type Method Description default DescribeObjectResponseMediaStoreDataClient. describeObject(Consumer<DescribeObjectRequest.Builder> describeObjectRequest)Gets the headers for an object at the specified path.default DescribeObjectResponseMediaStoreDataClient. describeObject(DescribeObjectRequest describeObjectRequest)Gets the headers for an object at the specified path.Methods in software.amazon.awssdk.services.mediastoredata that return types with arguments of type DescribeObjectResponse Modifier and Type Method Description default CompletableFuture<DescribeObjectResponse>MediaStoreDataAsyncClient. describeObject(Consumer<DescribeObjectRequest.Builder> describeObjectRequest)Gets the headers for an object at the specified path.default CompletableFuture<DescribeObjectResponse>MediaStoreDataAsyncClient. describeObject(DescribeObjectRequest describeObjectRequest)Gets the headers for an object at the specified path.
-