C# 클래스 Amazon.Glacier.ActionCode

Action Code
상속: ConstantClass
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
ArchiveRetrieval ActionCode
InventoryRetrieval ActionCode

공개 메소드들

메소드 설명
ActionCode ( string value ) : System

Default Constructor

FindValue ( string value ) : ActionCode

Finds the constant for the unique value.

메소드 상세

ActionCode() 공개 메소드

Default Constructor
public ActionCode ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : ActionCode
value string The unique value for the constant
리턴 ActionCode

프로퍼티 상세

ArchiveRetrieval 공개적으로 정적으로 프로퍼티

Constant ArchiveRetrieval for ActionCode
public static ActionCode,Amazon.Glacier ArchiveRetrieval
리턴 ActionCode

InventoryRetrieval 공개적으로 정적으로 프로퍼티

Constant InventoryRetrieval for ActionCode
public static ActionCode,Amazon.Glacier InventoryRetrieval
리턴 ActionCode