Uses of Class
software.amazon.awssdk.services.s3.model.S3TablesBucketType
-
Packages that use S3TablesBucketType Package Description software.amazon.awssdk.services.s3.model -
-
Uses of S3TablesBucketType in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3TablesBucketType Modifier and Type Method Description static S3TablesBucketTypeS3TablesBucketType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3TablesBucketTypeDestinationResult. tableBucketType()The type of the table bucket where the metadata configuration is stored.static S3TablesBucketTypeS3TablesBucketType. valueOf(String name)Returns 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 S3TablesBucketType Modifier and Type Method Description static Set<S3TablesBucketType>S3TablesBucketType. knownValues()Methods in software.amazon.awssdk.services.s3.model with parameters of type S3TablesBucketType Modifier and Type Method Description DestinationResult.BuilderDestinationResult.Builder. tableBucketType(S3TablesBucketType tableBucketType)The type of the table bucket where the metadata configuration is stored.
-