Uses of Class
software.amazon.awssdk.services.ec2.model.ResetFpgaImageAttributeResponse
Packages that use ResetFpgaImageAttributeResponse
-
Uses of ResetFpgaImageAttributeResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetFpgaImageAttributeResponseModifier and TypeMethodDescriptiondefault ResetFpgaImageAttributeResponseEc2Client.resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest) Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.default ResetFpgaImageAttributeResponseEc2Client.resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest) Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ResetFpgaImageAttributeResponseModifier and TypeMethodDescriptionEc2AsyncClient.resetFpgaImageAttribute(Consumer<ResetFpgaImageAttributeRequest.Builder> resetFpgaImageAttributeRequest) Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.Ec2AsyncClient.resetFpgaImageAttribute(ResetFpgaImageAttributeRequest resetFpgaImageAttributeRequest) Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value.