Uses of Enum
software.amazon.awssdk.services.s3.model.DataRedundancy
Packages that use DataRedundancy
-
Uses of DataRedundancy in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DataRedundancyModifier and TypeMethodDescriptionfinal DataRedundancyBucketInfo.dataRedundancy()The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.static DataRedundancyUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DataRedundancyReturns the enum constant of this type with the specified name.static DataRedundancy[]DataRedundancy.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 DataRedundancyMethods in software.amazon.awssdk.services.s3.model with parameters of type DataRedundancyModifier and TypeMethodDescriptionBucketInfo.Builder.dataRedundancy(DataRedundancy dataRedundancy) The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.