Uses of Class
software.amazon.awssdk.services.s3.model.RestoreObjectRequest
-
Packages that use RestoreObjectRequest Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.transform -
-
Uses of RestoreObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type RestoreObjectRequest Modifier and Type Method Description CompletableFuture<RestoreObjectResponse>DelegatingS3AsyncClient. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3RestoreObjectResponseDelegatingS3Client. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3default CompletableFuture<RestoreObjectResponse>S3AsyncClient. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3default RestoreObjectResponseS3Client. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3 -
Uses of RestoreObjectRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type RestoreObjectRequest Modifier and Type Method Description SdkHttpFullRequestRestoreObjectRequestMarshaller. marshall(RestoreObjectRequest restoreObjectRequest)
-