| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ResetFpgaImageAttributeResponse |
Ec2Client.resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default ResetFpgaImageAttributeResponse |
Ec2Client.resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResetFpgaImageAttributeResponse> |
Ec2AsyncClient.resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
default CompletableFuture<ResetFpgaImageAttributeResponse> |
Ec2AsyncClient.resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest)
Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.
|
Copyright © 2021. All rights reserved.