| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder |
EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation,
management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and
pre-configured with software and settings to meet specific IT standards.
|
| software.amazon.awssdk.services.imagebuilder.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListImageScanFindingsResponse |
ImagebuilderClient.listImageScanFindings(Consumer<ListImageScanFindingsRequest.Builder> listImageScanFindingsRequest)
Returns a list of image scan findings for your account.
|
default ListImageScanFindingsResponse |
ImagebuilderClient.listImageScanFindings(ListImageScanFindingsRequest listImageScanFindingsRequest)
Returns a list of image scan findings for your account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListImageScanFindingsResponse> |
ImagebuilderAsyncClient.listImageScanFindings(Consumer<ListImageScanFindingsRequest.Builder> listImageScanFindingsRequest)
Returns a list of image scan findings for your account.
|
default CompletableFuture<ListImageScanFindingsResponse> |
ImagebuilderAsyncClient.listImageScanFindings(ListImageScanFindingsRequest listImageScanFindingsRequest)
Returns a list of image scan findings for your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListImageScanFindingsResponse> |
ListImageScanFindingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListImageScanFindingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListImageScanFindingsResponse> subscriber) |
Copyright © 2023. All rights reserved.