Exemplo n.º 1
0
 public static S3Region FindValue(string value)
 {
     if (value == null)
     {
         return(US);
     }
     return(ConstantClass.FindValue <S3Region>(value));
 }
Exemplo n.º 2
0
 public static RequestCharged FindValue(string value)
 {
     return(ConstantClass.FindValue <RequestCharged>(value));
 }
Exemplo n.º 3
0
 public static GlacierJobTier FindValue(string value)
 {
     return(ConstantClass.FindValue <GlacierJobTier>(value));
 }
Exemplo n.º 4
0
 public static ReplicationRuleStatus FindValue(string value)
 {
     return(ConstantClass.FindValue <ReplicationRuleStatus>(value));
 }
Exemplo n.º 5
0
 public static InventoryFrequency FindValue(string value)
 {
     return(ConstantClass.FindValue <InventoryFrequency>(value));
 }
Exemplo n.º 6
0
 public static ErrorCode FindValue(string value)
 {
     return(ConstantClass.FindValue <ErrorCode>(value));
 }
 public static InventoryIncludedObjectVersions FindValue(string value)
 {
     return(ConstantClass.FindValue <InventoryIncludedObjectVersions>(value));
 }
 public static BucketAccelerateStatus FindValue(string value)
 {
     return(ConstantClass.FindValue <BucketAccelerateStatus>(value));
 }
Exemplo n.º 9
0
 public static VersionStatus FindValue(string value)
 {
     return(ConstantClass.FindValue <VersionStatus>(value));
 }
Exemplo n.º 10
0
 public static LifecycleRuleStatus FindValue(string value)
 {
     return(ConstantClass.FindValue <LifecycleRuleStatus>(value));
 }
 public static ServerSideEncryptionMethod FindValue(string value)
 {
     return(ConstantClass.FindValue <ServerSideEncryptionMethod>(value));
 }
Exemplo n.º 12
0
 public static EncodingType FindValue(string value)
 {
     return(ConstantClass.FindValue <EncodingType>(value));
 }
Exemplo n.º 13
0
 public static InventoryOptionalField FindValue(string value)
 {
     return(ConstantClass.FindValue <InventoryOptionalField>(value));
 }
 public static StorageClassAnalysisSchemaVersion FindValue(string value)
 {
     return(ConstantClass.FindValue <StorageClassAnalysisSchemaVersion>(value));
 }
 public static AnalyticsS3ExportFileFormat FindValue(string value)
 {
     return(ConstantClass.FindValue <AnalyticsS3ExportFileFormat>(value));
 }
Exemplo n.º 16
0
 public static TaggingDirective FindValue(string value)
 {
     return(ConstantClass.FindValue <TaggingDirective>(value));
 }
Exemplo n.º 17
0
 public static S3StorageClass FindValue(string value)
 {
     return(ConstantClass.FindValue <S3StorageClass>(value));
 }
Exemplo n.º 18
0
 public static S3CannedACL FindValue(string value)
 {
     return(ConstantClass.FindValue <S3CannedACL>(value));
 }
Exemplo n.º 19
0
 public static RequestPayer FindValue(string value)
 {
     return(ConstantClass.FindValue <RequestPayer>(value));
 }
Exemplo n.º 20
0
 public static GranteeType FindValue(string value)
 {
     return(ConstantClass.FindValue <GranteeType>(value));
 }
Exemplo n.º 21
0
 public static InventoryFormat FindValue(string value)
 {
     return(ConstantClass.FindValue <InventoryFormat>(value));
 }
Exemplo n.º 22
0
 public static S3Permission FindValue(string value)
 {
     return(ConstantClass.FindValue <S3Permission>(value));
 }