Uses of Enum
software.amazon.awssdk.services.s3.model.ExpirationState
Packages that use ExpirationState
-
Uses of ExpirationState in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ExpirationStateModifier and TypeMethodDescriptionfinal ExpirationStateRecordExpiration.expiration()Specifies whether journal table record expiration is enabled or disabled.static ExpirationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ExpirationStateReturns the enum constant of this type with the specified name.static ExpirationState[]ExpirationState.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 ExpirationStateMethods in software.amazon.awssdk.services.s3.model with parameters of type ExpirationStateModifier and TypeMethodDescriptionRecordExpiration.Builder.expiration(ExpirationState expiration) Specifies whether journal table record expiration is enabled or disabled.