public static enum ExportToS3Settings.Schema extends Enum<ExportToS3Settings.Schema>
| Modifier and Type | Method and Description |
|---|---|
tech.ydb.proto.export.YdbExport.ExportToS3Settings.Scheme |
toProto() |
static ExportToS3Settings.Schema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportToS3Settings.Schema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportToS3Settings.Schema HTTP
public static final ExportToS3Settings.Schema HTTPS
public static ExportToS3Settings.Schema[] values()
for (ExportToS3Settings.Schema c : ExportToS3Settings.Schema.values()) System.out.println(c);
public static ExportToS3Settings.Schema valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic tech.ydb.proto.export.YdbExport.ExportToS3Settings.Scheme toProto()
Copyright © 2024. All rights reserved.