Uses of Class
software.amazon.awssdk.services.inspector2.model.BatchGetAccountStatusResponse
-
Packages that use BatchGetAccountStatusResponse 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. -
-
Uses of BatchGetAccountStatusResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return BatchGetAccountStatusResponse Modifier and Type Method Description default BatchGetAccountStatusResponseInspector2Client. batchGetAccountStatus(Consumer<BatchGetAccountStatusRequest.Builder> batchGetAccountStatusRequest)Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.default BatchGetAccountStatusResponseInspector2Client. batchGetAccountStatus(BatchGetAccountStatusRequest batchGetAccountStatusRequest)Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type BatchGetAccountStatusResponse Modifier and Type Method Description default CompletableFuture<BatchGetAccountStatusResponse>Inspector2AsyncClient. batchGetAccountStatus(Consumer<BatchGetAccountStatusRequest.Builder> batchGetAccountStatusRequest)Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.default CompletableFuture<BatchGetAccountStatusResponse>Inspector2AsyncClient. batchGetAccountStatus(BatchGetAccountStatusRequest batchGetAccountStatusRequest)Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
-