| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetExclusionsPreviewResponse |
InspectorClient.getExclusionsPreview(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)
Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.
|
default GetExclusionsPreviewResponse |
InspectorClient.getExclusionsPreview(GetExclusionsPreviewRequest getExclusionsPreviewRequest)
Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetExclusionsPreviewResponse> |
InspectorAsyncClient.getExclusionsPreview(Consumer<GetExclusionsPreviewRequest.Builder> getExclusionsPreviewRequest)
Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.
|
default CompletableFuture<GetExclusionsPreviewResponse> |
InspectorAsyncClient.getExclusionsPreview(GetExclusionsPreviewRequest getExclusionsPreviewRequest)
Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by the preview token.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetExclusionsPreviewResponse> |
GetExclusionsPreviewIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetExclusionsPreviewPublisher.subscribe(org.reactivestreams.Subscriber<? super GetExclusionsPreviewResponse> subscriber) |
Copyright © 2023. All rights reserved.