| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FpgaImage> |
DescribeFpgaImagesResponse.fpgaImages()
Information about the FPGA images.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFpgaImagesResponse.Builder |
DescribeFpgaImagesResponse.Builder.fpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFpgaImagesResponse.Builder |
DescribeFpgaImagesResponse.Builder.fpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FpgaImage> |
DescribeFpgaImagesIterable.fpgaImages()
Returns an iterable to iterate through the paginated
DescribeFpgaImagesResponse.fpgaImages() member. |
SdkPublisher<FpgaImage> |
DescribeFpgaImagesPublisher.fpgaImages()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.