Uses of Class
software.amazon.awssdk.services.s3.model.RestoreStatus
Packages that use RestoreStatus
-
Uses of RestoreStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RestoreStatusModifier and TypeMethodDescriptionfinal RestoreStatusObjectVersion.restoreStatus()Specifies the restoration status of an object.final RestoreStatusS3Object.restoreStatus()Specifies the restoration status of an object.Methods in software.amazon.awssdk.services.s3.model with parameters of type RestoreStatusModifier and TypeMethodDescriptionObjectVersion.Builder.restoreStatus(RestoreStatus restoreStatus) Specifies the restoration status of an object.S3Object.Builder.restoreStatus(RestoreStatus restoreStatus) Specifies the restoration status of an object.