Uses of Interface
software.amazon.awssdk.services.inspector2.model.BatchGetAccountStatusRequest.Builder
-
Packages that use BatchGetAccountStatusRequest.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 BatchGetAccountStatusRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type BatchGetAccountStatusRequest.Builder 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 BatchGetAccountStatusResponseInspector2Client. batchGetAccountStatus(Consumer<BatchGetAccountStatusRequest.Builder> batchGetAccountStatusRequest)Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment. -
Uses of BatchGetAccountStatusRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return BatchGetAccountStatusRequest.Builder Modifier and Type Method Description BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest.Builder. accountIds(String... accountIds)The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest.Builder. accountIds(Collection<String> accountIds)The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.static BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest. builder()BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetAccountStatusRequest.BuilderBatchGetAccountStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type BatchGetAccountStatusRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetAccountStatusRequest.Builder>BatchGetAccountStatusRequest. serializableBuilderClass()
-