Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FpgaImageAttribute |
FpgaImageAttribute.clone() |
FpgaImageAttribute |
ModifyFpgaImageAttributeResult.getFpgaImageAttribute()
Information about the attribute.
|
FpgaImageAttribute |
DescribeFpgaImageAttributeResult.getFpgaImageAttribute()
Information about the attribute.
|
FpgaImageAttribute |
FpgaImageAttribute.withDescription(String description)
The description of the AFI.
|
FpgaImageAttribute |
FpgaImageAttribute.withFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
FpgaImageAttribute |
FpgaImageAttribute.withLoadPermissions(Collection<LoadPermission> loadPermissions)
The load permissions.
|
FpgaImageAttribute |
FpgaImageAttribute.withLoadPermissions(LoadPermission... loadPermissions)
The load permissions.
|
FpgaImageAttribute |
FpgaImageAttribute.withName(String name)
The name of the AFI.
|
FpgaImageAttribute |
FpgaImageAttribute.withProductCodes(Collection<ProductCode> productCodes)
The product codes.
|
FpgaImageAttribute |
FpgaImageAttribute.withProductCodes(ProductCode... productCodes)
The product codes.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyFpgaImageAttributeResult.setFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
void |
DescribeFpgaImageAttributeResult.setFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
ModifyFpgaImageAttributeResult |
ModifyFpgaImageAttributeResult.withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
DescribeFpgaImageAttributeResult |
DescribeFpgaImageAttributeResult.withFpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)
Information about the attribute.
|
Copyright © 2023. All rights reserved.