Uses of Class
software.amazon.awssdk.services.s3.model.RestoreStatus
-
Packages that use RestoreStatus Package Description software.amazon.awssdk.services.s3.model -
-
Uses of RestoreStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return RestoreStatus Modifier and Type Method Description RestoreStatusObjectVersion. restoreStatus()Specifies the restoration status of an object.RestoreStatusS3Object. restoreStatus()Specifies the restoration status of an object.Methods in software.amazon.awssdk.services.s3.model with parameters of type RestoreStatus Modifier and Type Method Description ObjectVersion.BuilderObjectVersion.Builder. restoreStatus(RestoreStatus restoreStatus)Specifies the restoration status of an object.S3Object.BuilderS3Object.Builder. restoreStatus(RestoreStatus restoreStatus)Specifies the restoration status of an object.
-