Uses of Interface
software.amazon.awssdk.services.inspector2.model.BatchGetCodeSnippetRequest.Builder
-
Packages that use BatchGetCodeSnippetRequest.Builder Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.software.amazon.awssdk.services.inspector2.model -
-
Uses of BatchGetCodeSnippetRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type BatchGetCodeSnippetRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetCodeSnippetResponse>Inspector2AsyncClient. batchGetCodeSnippet(Consumer<BatchGetCodeSnippetRequest.Builder> batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.default BatchGetCodeSnippetResponseInspector2Client. batchGetCodeSnippet(Consumer<BatchGetCodeSnippetRequest.Builder> batchGetCodeSnippetRequest)Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in. -
Uses of BatchGetCodeSnippetRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return BatchGetCodeSnippetRequest.Builder Modifier and Type Method Description static BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest. builder()BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest.Builder. findingArns(String... findingArns)An array of finding ARNs for the findings you want to retrieve code snippets from.BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest.Builder. findingArns(Collection<String> findingArns)An array of finding ARNs for the findings you want to retrieve code snippets from.BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetCodeSnippetRequest.BuilderBatchGetCodeSnippetRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type BatchGetCodeSnippetRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetCodeSnippetRequest.Builder>BatchGetCodeSnippetRequest. serializableBuilderClass()
-