Uses of Class
software.amazon.awssdk.services.s3.model.ObjectIdentifier
Packages that use ObjectIdentifier
-
Uses of ObjectIdentifier in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectIdentifierModifier and TypeMethodDescriptionfinal List<ObjectIdentifier>Delete.objects()The object to delete.Methods in software.amazon.awssdk.services.s3.model with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionDelete.Builder.objects(ObjectIdentifier... objects) The object to delete.Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectIdentifierModifier and TypeMethodDescriptionDelete.Builder.objects(Collection<ObjectIdentifier> objects) The object to delete.