Uses of Enum
com.amazonaws.services.ec2.model.CancelBatchErrorCode
Packages that use CancelBatchErrorCode
-
Uses of CancelBatchErrorCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CancelBatchErrorCodeModifier and TypeMethodDescriptionstatic CancelBatchErrorCode
Use this in place of valueOf.static CancelBatchErrorCode
Returns the enum constant of this type with the specified name.static CancelBatchErrorCode[]
CancelBatchErrorCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type CancelBatchErrorCodeModifier and TypeMethodDescriptionvoid
CancelSpotFleetRequestsError.setCode
(CancelBatchErrorCode code) The error code.CancelSpotFleetRequestsError.withCode
(CancelBatchErrorCode code) The error code.