Uses of Class
software.amazon.awssdk.services.inspector2.model.CodeSnippetErrorCode
-
Packages that use CodeSnippetErrorCode Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeSnippetErrorCode in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CodeSnippetErrorCode Modifier and Type Method Description CodeSnippetErrorCodeCodeSnippetError. errorCode()The error code for the error that prevented a code snippet from being retrieved.static CodeSnippetErrorCodeCodeSnippetErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CodeSnippetErrorCodeCodeSnippetErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeSnippetErrorCode[]CodeSnippetErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CodeSnippetErrorCode Modifier and Type Method Description static Set<CodeSnippetErrorCode>CodeSnippetErrorCode. knownValues()Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CodeSnippetErrorCode Modifier and Type Method Description CodeSnippetError.BuilderCodeSnippetError.Builder. errorCode(CodeSnippetErrorCode errorCode)The error code for the error that prevented a code snippet from being retrieved.
-