Uses of Class
software.amazon.awssdk.services.mediastoredata.model.GetObjectResponse
-
Packages that use GetObjectResponse 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 GetObjectResponse in software.amazon.awssdk.services.mediastoredata
Methods in software.amazon.awssdk.services.mediastoredata that return GetObjectResponse Modifier and Type Method Description default GetObjectResponseMediaStoreDataClient. getObject(Consumer<GetObjectRequest.Builder> getObjectRequest, Path destinationPath)Downloads the object at the specified path.default GetObjectResponseMediaStoreDataClient. getObject(GetObjectRequest getObjectRequest, Path destinationPath)Downloads the object at the specified path.Methods in software.amazon.awssdk.services.mediastoredata that return types with arguments of type GetObjectResponse Modifier and Type Method Description default CompletableFuture<GetObjectResponse>MediaStoreDataAsyncClient. getObject(Consumer<GetObjectRequest.Builder> getObjectRequest, Path destinationPath)Downloads the object at the specified path.default CompletableFuture<GetObjectResponse>MediaStoreDataAsyncClient. getObject(GetObjectRequest getObjectRequest, Path destinationPath)Downloads the object at the specified path.default ResponseInputStream<GetObjectResponse>MediaStoreDataClient. getObject(Consumer<GetObjectRequest.Builder> getObjectRequest)Downloads the object at the specified path.default ResponseInputStream<GetObjectResponse>MediaStoreDataClient. getObject(GetObjectRequest getObjectRequest)Downloads the object at the specified path.default ResponseBytes<GetObjectResponse>MediaStoreDataClient. getObjectAsBytes(Consumer<GetObjectRequest.Builder> getObjectRequest)Downloads the object at the specified path.default ResponseBytes<GetObjectResponse>MediaStoreDataClient. getObjectAsBytes(GetObjectRequest getObjectRequest)Downloads the object at the specified path.Method parameters in software.amazon.awssdk.services.mediastoredata with type arguments of type GetObjectResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>MediaStoreDataAsyncClient. getObject(Consumer<GetObjectRequest.Builder> getObjectRequest, AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)Downloads the object at the specified path.default <ReturnT> CompletableFuture<ReturnT>MediaStoreDataAsyncClient. getObject(GetObjectRequest getObjectRequest, AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)Downloads the object at the specified path.default <ReturnT> ReturnTMediaStoreDataClient. getObject(Consumer<GetObjectRequest.Builder> getObjectRequest, ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)Downloads the object at the specified path.default <ReturnT> ReturnTMediaStoreDataClient. getObject(GetObjectRequest getObjectRequest, ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)Downloads the object at the specified path.
-