Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataErrorCode
-
Packages that use BatchDeleteImportDataErrorCode Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of BatchDeleteImportDataErrorCode in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return BatchDeleteImportDataErrorCode Modifier and Type Method Description BatchDeleteImportDataErrorCodeBatchDeleteImportDataError. errorCode()The type of error that occurred for a specific import task.static BatchDeleteImportDataErrorCodeBatchDeleteImportDataErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BatchDeleteImportDataErrorCodeBatchDeleteImportDataErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchDeleteImportDataErrorCode[]BatchDeleteImportDataErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type BatchDeleteImportDataErrorCode Modifier and Type Method Description static Set<BatchDeleteImportDataErrorCode>BatchDeleteImportDataErrorCode. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type BatchDeleteImportDataErrorCode Modifier and Type Method Description BatchDeleteImportDataError.BuilderBatchDeleteImportDataError.Builder. errorCode(BatchDeleteImportDataErrorCode errorCode)The type of error that occurred for a specific import task.
-