Uses of Class
software.amazon.awssdk.services.s3.model.RestoreObjectResponse
-
Packages that use RestoreObjectResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of RestoreObjectResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return RestoreObjectResponse Modifier and Type Method Description RestoreObjectResponseDelegatingS3Client. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3default RestoreObjectResponseS3Client. restoreObject(Consumer<RestoreObjectRequest.Builder> 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 S3Methods in software.amazon.awssdk.services.s3 that return types with arguments of type RestoreObjectResponse Modifier and Type Method Description CompletableFuture<RestoreObjectResponse>DelegatingS3AsyncClient. restoreObject(RestoreObjectRequest restoreObjectRequest)Restores an archived copy of an object back into Amazon S3default CompletableFuture<RestoreObjectResponse>S3AsyncClient. restoreObject(Consumer<RestoreObjectRequest.Builder> 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 S3
-