Uses of Enum
software.amazon.awssdk.services.s3.model.ArchiveStatus
Packages that use ArchiveStatus
-
Uses of ArchiveStatus in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ArchiveStatusModifier and TypeMethodDescriptionfinal ArchiveStatusHeadObjectResponse.archiveStatus()The archive state of the head object.static ArchiveStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ArchiveStatusReturns the enum constant of this type with the specified name.static ArchiveStatus[]ArchiveStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ArchiveStatusMethods in software.amazon.awssdk.services.s3.model with parameters of type ArchiveStatusModifier and TypeMethodDescriptionHeadObjectResponse.Builder.archiveStatus(ArchiveStatus archiveStatus) The archive state of the head object.