Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FpgaImage |
FpgaImage.clone() |
FpgaImage |
FpgaImage.withCreateTime(Date createTime)
The date and time the AFI was created.
|
FpgaImage |
FpgaImage.withDataRetentionSupport(Boolean dataRetentionSupport)
Indicates whether data retention support is enabled for the AFI.
|
FpgaImage |
FpgaImage.withDescription(String description)
The description of the AFI.
|
FpgaImage |
FpgaImage.withFpgaImageGlobalId(String fpgaImageGlobalId)
The global FPGA image identifier (AGFI ID).
|
FpgaImage |
FpgaImage.withFpgaImageId(String fpgaImageId)
The FPGA image identifier (AFI ID).
|
FpgaImage |
FpgaImage.withInstanceTypes(Collection<String> instanceTypes)
The instance types supported by the AFI.
|
FpgaImage |
FpgaImage.withInstanceTypes(String... instanceTypes)
The instance types supported by the AFI.
|
FpgaImage |
FpgaImage.withName(String name)
The name of the AFI.
|
FpgaImage |
FpgaImage.withOwnerAlias(String ownerAlias)
The alias of the AFI owner.
|
FpgaImage |
FpgaImage.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the AFI.
|
FpgaImage |
FpgaImage.withPciId(PciId pciId)
Information about the PCI bus.
|
FpgaImage |
FpgaImage.withProductCodes(Collection<ProductCode> productCodes)
The product codes for the AFI.
|
FpgaImage |
FpgaImage.withProductCodes(ProductCode... productCodes)
The product codes for the AFI.
|
FpgaImage |
FpgaImage.withPublic(Boolean publicValue)
Indicates whether the AFI is public.
|
FpgaImage |
FpgaImage.withShellVersion(String shellVersion)
The version of the Amazon Web Services Shell that was used to create the bitstream.
|
FpgaImage |
FpgaImage.withState(FpgaImageState state)
Information about the state of the AFI.
|
FpgaImage |
FpgaImage.withTags(Collection<Tag> tags)
Any tags assigned to the AFI.
|
FpgaImage |
FpgaImage.withTags(Tag... tags)
Any tags assigned to the AFI.
|
FpgaImage |
FpgaImage.withUpdateTime(Date updateTime)
The time of the most recent update to the AFI.
|
Modifier and Type | Method and Description |
---|---|
List<FpgaImage> |
DescribeFpgaImagesResult.getFpgaImages()
Information about the FPGA images.
|
Modifier and Type | Method and Description |
---|---|
DescribeFpgaImagesResult |
DescribeFpgaImagesResult.withFpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFpgaImagesResult.setFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResult |
DescribeFpgaImagesResult.withFpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
Copyright © 2024. All rights reserved.