Uses of Interface
software.amazon.awssdk.services.s3.model.RestoreObjectRequest.Builder
Packages that use RestoreObjectRequest.Builder
-
Uses of RestoreObjectRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type RestoreObjectRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RestoreObjectResponse>S3AsyncClient.restoreObject(Consumer<RestoreObjectRequest.Builder> restoreObjectRequest) default RestoreObjectResponseS3Client.restoreObject(Consumer<RestoreObjectRequest.Builder> restoreObjectRequest) -
Uses of RestoreObjectRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RestoreObjectRequest.BuilderModifier and TypeMethodDescriptionThe bucket name containing the object to restore.static RestoreObjectRequest.BuilderRestoreObjectRequest.builder()RestoreObjectRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.RestoreObjectRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.RestoreObjectRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Object key for which the action was initiated.RestoreObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RestoreObjectRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.RestoreObjectRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.default RestoreObjectRequest.BuilderRestoreObjectRequest.Builder.restoreRequest(Consumer<RestoreRequest.Builder> restoreRequest) Sets the value of the RestoreRequest property for this object.RestoreObjectRequest.Builder.restoreRequest(RestoreRequest restoreRequest) Sets the value of the RestoreRequest property for this object.RestoreObjectRequest.toBuilder()VersionId used to reference a specific version of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RestoreObjectRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreObjectRequest.Builder>RestoreObjectRequest.serializableBuilderClass()