| 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 and Amazon ECR environments.
|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDelegatedAdminAccountsResponse> |
Inspector2AsyncClient.listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsResponse |
Inspector2Client.listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsPublisher |
Inspector2AsyncClient.listDelegatedAdminAccountsPaginator(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsIterable |
Inspector2Client.listDelegatedAdminAccountsPaginator(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.builder() |
ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.Builder.nextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDelegatedAdminAccountsRequest.Builder |
ListDelegatedAdminAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDelegatedAdminAccountsRequest.Builder> |
ListDelegatedAdminAccountsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.