| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default PreviewAgentsResponse |
InspectorClient.previewAgents(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default PreviewAgentsResponse |
InspectorClient.previewAgents(PreviewAgentsRequest previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PreviewAgentsResponse> |
InspectorAsyncClient.previewAgents(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default CompletableFuture<PreviewAgentsResponse> |
InspectorAsyncClient.previewAgents(PreviewAgentsRequest previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PreviewAgentsResponse> |
PreviewAgentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewAgentsPublisher.subscribe(org.reactivestreams.Subscriber<? super PreviewAgentsResponse> subscriber) |
Copyright © 2023. All rights reserved.