Uses of Interface
software.amazon.awssdk.services.s3.model.RenameObjectRequest.Builder
Packages that use RenameObjectRequest.Builder
-
Uses of RenameObjectRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type RenameObjectRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<RenameObjectResponse>S3AsyncClient.renameObject(Consumer<RenameObjectRequest.Builder> renameObjectRequest) Renames an existing object in a directory bucket that uses the S3 Express One Zone storage class.default RenameObjectResponseS3Client.renameObject(Consumer<RenameObjectRequest.Builder> renameObjectRequest) Renames an existing object in a directory bucket that uses the S3 Express One Zone storage class. -
Uses of RenameObjectRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RenameObjectRequest.BuilderModifier and TypeMethodDescriptionThe bucket name of the directory bucket containing the object.static RenameObjectRequest.BuilderRenameObjectRequest.builder()RenameObjectRequest.Builder.clientToken(String clientToken) A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.RenameObjectRequest.Builder.destinationIfMatch(String destinationIfMatch) Renames the object only if the ETag (entity tag) value provided during the operation matches the ETag of the object in S3.RenameObjectRequest.Builder.destinationIfModifiedSince(Instant destinationIfModifiedSince) Renames the object if the destination exists and if it has been modified since the specified time.RenameObjectRequest.Builder.destinationIfNoneMatch(String destinationIfNoneMatch) Renames the object only if the destination does not already exist in the specified directory bucket.RenameObjectRequest.Builder.destinationIfUnmodifiedSince(Instant destinationIfUnmodifiedSince) Renames the object if it hasn't been modified since the specified time.Key name of the object to rename.RenameObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RenameObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RenameObjectRequest.Builder.renameSource(String renameSource) Specifies the source for the rename operation.RenameObjectRequest.Builder.sourceIfMatch(String sourceIfMatch) Renames the object if the source exists and if its entity tag (ETag) matches the specified ETag.RenameObjectRequest.Builder.sourceIfModifiedSince(Instant sourceIfModifiedSince) Renames the object if the source exists and if it has been modified since the specified time.RenameObjectRequest.Builder.sourceIfNoneMatch(String sourceIfNoneMatch) Renames the object if the source exists and if its entity tag (ETag) is different than the specified ETag.RenameObjectRequest.Builder.sourceIfUnmodifiedSince(Instant sourceIfUnmodifiedSince) Renames the object if the source exists and hasn't been modified since the specified time.RenameObjectRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type RenameObjectRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RenameObjectRequest.Builder>RenameObjectRequest.serializableBuilderClass()