Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyFpgaImageAttributeResult> |
AbstractAmazonEC2Async.modifyFpgaImageAttributeAsync(ModifyFpgaImageAttributeRequest request,
AsyncHandler<ModifyFpgaImageAttributeRequest,ModifyFpgaImageAttributeResult> asyncHandler) |
Future<ModifyFpgaImageAttributeResult> |
AmazonEC2Async.modifyFpgaImageAttributeAsync(ModifyFpgaImageAttributeRequest modifyFpgaImageAttributeRequest,
AsyncHandler<ModifyFpgaImageAttributeRequest,ModifyFpgaImageAttributeResult> asyncHandler)
Modifies the specified attribute of the specified Amazon FPGA Image (AFI).
|
Future<ModifyFpgaImageAttributeResult> |
AmazonEC2AsyncClient.modifyFpgaImageAttributeAsync(ModifyFpgaImageAttributeRequest request,
AsyncHandler<ModifyFpgaImageAttributeRequest,ModifyFpgaImageAttributeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.clone() |
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withAttribute(FpgaImageAttributeName attribute)
The name of the attribute.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withAttribute(String attribute)
The name of the attribute.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withDescription(String description)
A description for the AFI.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withFpgaImageId(String fpgaImageId)
The ID of the AFI.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withLoadPermission(LoadPermissionModifications loadPermission)
The load permission for the AFI.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withName(String name)
A name for the AFI.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withOperationType(OperationType operationType)
The operation type.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withOperationType(String operationType)
The operation type.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withProductCodes(Collection<String> productCodes)
The product codes.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withProductCodes(String... productCodes)
The product codes.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withUserGroups(Collection<String> userGroups)
The user groups.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withUserGroups(String... userGroups)
The user groups.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withUserIds(Collection<String> userIds)
The Amazon Web Services account IDs.
|
ModifyFpgaImageAttributeRequest |
ModifyFpgaImageAttributeRequest.withUserIds(String... userIds)
The Amazon Web Services account IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyFpgaImageAttributeRequest> |
ModifyFpgaImageAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.