Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateFpgaImageResult> |
AbstractAmazonEC2Async.createFpgaImageAsync(CreateFpgaImageRequest request,
AsyncHandler<CreateFpgaImageRequest,CreateFpgaImageResult> asyncHandler) |
Future<CreateFpgaImageResult> |
AmazonEC2Async.createFpgaImageAsync(CreateFpgaImageRequest createFpgaImageRequest,
AsyncHandler<CreateFpgaImageRequest,CreateFpgaImageResult> asyncHandler)
Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).
|
Future<CreateFpgaImageResult> |
AmazonEC2AsyncClient.createFpgaImageAsync(CreateFpgaImageRequest request,
AsyncHandler<CreateFpgaImageRequest,CreateFpgaImageResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFpgaImageRequest |
CreateFpgaImageRequest.clone() |
CreateFpgaImageRequest |
CreateFpgaImageRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withDescription(String description)
A description for the AFI.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withInputStorageLocation(StorageLocation inputStorageLocation)
The location of the encrypted design checkpoint in Amazon S3.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withLogsStorageLocation(StorageLocation logsStorageLocation)
The location in Amazon S3 for the output logs.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withName(String name)
A name for the AFI.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the FPGA image during creation.
|
CreateFpgaImageRequest |
CreateFpgaImageRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the FPGA image during creation.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateFpgaImageRequest> |
CreateFpgaImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.