Uses of Enum
software.amazon.awssdk.services.ec2.model.CancelBatchErrorCode
Packages that use CancelBatchErrorCode
-
Uses of CancelBatchErrorCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CancelBatchErrorCodeModifier and TypeMethodDescriptionfinal CancelBatchErrorCodeCancelSpotFleetRequestsError.code()The error code.static CancelBatchErrorCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CancelBatchErrorCodeReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type CancelBatchErrorCodeModifier and TypeMethodDescriptionstatic Set<CancelBatchErrorCode>CancelBatchErrorCode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CancelBatchErrorCodeModifier and TypeMethodDescriptionCancelSpotFleetRequestsError.Builder.code(CancelBatchErrorCode code) The error code.