| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMembersResponse |
Inspector2Client.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default ListMembersResponse |
Inspector2Client.listMembers(ListMembersRequest listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMembersResponse> |
Inspector2AsyncClient.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default CompletableFuture<ListMembersResponse> |
Inspector2AsyncClient.listMembers(ListMembersRequest listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMembersResponse> |
ListMembersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMembersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMembersResponse> subscriber) |
Copyright © 2023. All rights reserved.