Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectRequest
-
-
Uses of GetObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type GetObjectRequest Modifier and Type Method Description <ReturnT> CompletableFuture<ReturnT>DelegatingS3AsyncClient. getObject(GetObjectRequest getObjectRequest, AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)Retrieves an object from Amazon S3.<ReturnT> ReturnTDelegatingS3Client. getObject(GetObjectRequest getObjectRequest, ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)Retrieves an object from Amazon S3.default CompletableFuture<GetObjectResponse>S3AsyncClient. getObject(GetObjectRequest getObjectRequest, Path destinationPath)Retrieves an object from Amazon S3.default <ReturnT> CompletableFuture<ReturnT>S3AsyncClient. getObject(GetObjectRequest getObjectRequest, AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)Retrieves an object from Amazon S3.default ResponseInputStream<GetObjectResponse>S3Client. getObject(GetObjectRequest getObjectRequest)Retrieves an object from Amazon S3.default GetObjectResponseS3Client. getObject(GetObjectRequest getObjectRequest, Path destinationPath)Retrieves an object from Amazon S3.default <ReturnT> ReturnTS3Client. getObject(GetObjectRequest getObjectRequest, ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer)Retrieves an object from Amazon S3.default ResponseBytes<GetObjectResponse>S3Client. getObjectAsBytes(GetObjectRequest getObjectRequest)Retrieves an object from Amazon S3. -
Uses of GetObjectRequest in software.amazon.awssdk.services.s3.internal.crt
Methods in software.amazon.awssdk.services.s3.internal.crt with parameters of type GetObjectRequest Modifier and Type Method Description CompletableFuture<GetObjectResponse>DefaultS3CrtAsyncClient. getObject(GetObjectRequest getObjectRequest, Path destinationPath) -
Uses of GetObjectRequest in software.amazon.awssdk.services.s3.internal.multipart
Methods in software.amazon.awssdk.services.s3.internal.multipart with parameters of type GetObjectRequest Modifier and Type Method Description static List<Integer>MultipartDownloadUtils. completedParts(GetObjectRequest request)This method checks theS3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXTexecution attributes for a context object and returns the complete parts associated with it, or an empty list of no context is found.<T> CompletableFuture<T>DownloadObjectHelper. downloadObject(GetObjectRequest getObjectRequest, AsyncResponseTransformer<GetObjectResponse,T> asyncResponseTransformer)<ReturnT> CompletableFuture<ReturnT>MultipartS3AsyncClient. getObject(GetObjectRequest getObjectRequest, AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer)static Optional<MultipartDownloadResumeContext>MultipartDownloadUtils. multipartDownloadResumeContext(GetObjectRequest request)This method checks theS3MultipartExecutionAttribute.MULTIPART_DOWNLOAD_RESUME_CONTEXTexecution attributes for a context object and returns it if it finds one.Constructors in software.amazon.awssdk.services.s3.internal.multipart with parameters of type GetObjectRequest Constructor Description MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest)MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest, int completedParts) -
Uses of GetObjectRequest in software.amazon.awssdk.services.s3.presigner.model
Methods in software.amazon.awssdk.services.s3.presigner.model that return GetObjectRequest Modifier and Type Method Description GetObjectRequestGetObjectPresignRequest. getObjectRequest()Retrieve theGetObjectRequestthat should be presigned.Methods in software.amazon.awssdk.services.s3.presigner.model with parameters of type GetObjectRequest Modifier and Type Method Description GetObjectPresignRequest.BuilderGetObjectPresignRequest.Builder. getObjectRequest(GetObjectRequest getObjectRequest)Configure theGetObjectRequestthat should be presigned. -
Uses of GetObjectRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type GetObjectRequest Modifier and Type Method Description SdkHttpFullRequestGetObjectRequestMarshaller. marshall(GetObjectRequest getObjectRequest)
-