Uses of Enum
software.amazon.awssdk.services.s3.model.S3TablesBucketType
Packages that use S3TablesBucketType
-
Uses of S3TablesBucketType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3TablesBucketTypeModifier and TypeMethodDescriptionstatic S3TablesBucketTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final S3TablesBucketTypeDestinationResult.tableBucketType()The type of the table bucket where the metadata configuration is stored.static S3TablesBucketTypeReturns the enum constant of this type with the specified name.static S3TablesBucketType[]S3TablesBucketType.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 S3TablesBucketTypeModifier and TypeMethodDescriptionstatic Set<S3TablesBucketType>S3TablesBucketType.knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type S3TablesBucketTypeModifier and TypeMethodDescriptionDestinationResult.Builder.tableBucketType(S3TablesBucketType tableBucketType) The type of the table bucket where the metadata configuration is stored.