C# Class Amazon.Snowball.JobState

Constants used for properties of type JobState.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Cancelled JobState
Complete JobState
InProgress JobState
InTransitToAWS JobState
InTransitToCustomer JobState
Listing JobState
New JobState
Pending JobState
PreparingAppliance JobState
PreparingShipment JobState
WithAWS JobState
WithCustomer JobState

Méthodes publiques

Méthode Description
FindValue ( string value ) : JobState

Finds the constant for the unique value.

JobState ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : JobState
value string The unique value for the constant
Résultat JobState

JobState() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public JobState ( string value ) : System
value string
Résultat System

Property Details

Cancelled public_oe static_oe property

Constant Cancelled for JobState
public static JobState,Amazon.Snowball Cancelled
Résultat JobState

Complete public_oe static_oe property

Constant Complete for JobState
public static JobState,Amazon.Snowball Complete
Résultat JobState

InProgress public_oe static_oe property

Constant InProgress for JobState
public static JobState,Amazon.Snowball InProgress
Résultat JobState

InTransitToAWS public_oe static_oe property

Constant InTransitToAWS for JobState
public static JobState,Amazon.Snowball InTransitToAWS
Résultat JobState

InTransitToCustomer public_oe static_oe property

Constant InTransitToCustomer for JobState
public static JobState,Amazon.Snowball InTransitToCustomer
Résultat JobState

Listing public_oe static_oe property

Constant Listing for JobState
public static JobState,Amazon.Snowball Listing
Résultat JobState

New public_oe static_oe property

Constant New for JobState
public static JobState,Amazon.Snowball New
Résultat JobState

Pending public_oe static_oe property

Constant Pending for JobState
public static JobState,Amazon.Snowball Pending
Résultat JobState

PreparingAppliance public_oe static_oe property

Constant PreparingAppliance for JobState
public static JobState,Amazon.Snowball PreparingAppliance
Résultat JobState

PreparingShipment public_oe static_oe property

Constant PreparingShipment for JobState
public static JobState,Amazon.Snowball PreparingShipment
Résultat JobState

WithAWS public_oe static_oe property

Constant WithAWS for JobState
public static JobState,Amazon.Snowball WithAWS
Résultat JobState

WithCustomer public_oe static_oe property

Constant WithCustomer for JobState
public static JobState,Amazon.Snowball WithCustomer
Résultat JobState