| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CopyFpgaImageResult> |
AmazonEC2Async.copyFpgaImageAsync(CopyFpgaImageRequest copyFpgaImageRequest,
AsyncHandler<CopyFpgaImageRequest,CopyFpgaImageResult> asyncHandler)
Copies the specified Amazon FPGA Image (AFI) to the current Region.
|
Future<CopyFpgaImageResult> |
AmazonEC2AsyncClient.copyFpgaImageAsync(CopyFpgaImageRequest request,
AsyncHandler<CopyFpgaImageRequest,CopyFpgaImageResult> asyncHandler) |
Future<CopyFpgaImageResult> |
AbstractAmazonEC2Async.copyFpgaImageAsync(CopyFpgaImageRequest request,
AsyncHandler<CopyFpgaImageRequest,CopyFpgaImageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopyFpgaImageRequest |
CopyFpgaImageRequest.clone() |
CopyFpgaImageRequest |
CopyFpgaImageRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CopyFpgaImageRequest |
CopyFpgaImageRequest.withDescription(String description)
The description for the new AFI.
|
CopyFpgaImageRequest |
CopyFpgaImageRequest.withName(String name)
The name for the new AFI.
|
CopyFpgaImageRequest |
CopyFpgaImageRequest.withSourceFpgaImageId(String sourceFpgaImageId)
The ID of the source AFI.
|
CopyFpgaImageRequest |
CopyFpgaImageRequest.withSourceRegion(String sourceRegion)
The Region that contains the source AFI.
|
| Modifier and Type | Method and Description |
|---|---|
Request<CopyFpgaImageRequest> |
CopyFpgaImageRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.