Uses of Class
software.amazon.awssdk.services.inspector2.model.CodeSnippetError
-
Packages that use CodeSnippetError Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CodeSnippetError in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CodeSnippetError Modifier and Type Method Description List<CodeSnippetError>BatchGetCodeSnippetResponse. errors()Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type CodeSnippetError Modifier and Type Method Description BatchGetCodeSnippetResponse.BuilderBatchGetCodeSnippetResponse.Builder. errors(CodeSnippetError... errors)Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type CodeSnippetError Modifier and Type Method Description BatchGetCodeSnippetResponse.BuilderBatchGetCodeSnippetResponse.Builder. errors(Collection<CodeSnippetError> errors)Any errors Amazon Inspector encountered while trying to retrieve the requested code snippets.
-