Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyFpgaImageAttributeResponse.Builder
-
Packages that use ModifyFpgaImageAttributeResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ModifyFpgaImageAttributeResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyFpgaImageAttributeResponse.Builder Modifier and Type Method Description static ModifyFpgaImageAttributeResponse.BuilderModifyFpgaImageAttributeResponse. builder()default ModifyFpgaImageAttributeResponse.BuilderModifyFpgaImageAttributeResponse.Builder. fpgaImageAttribute(Consumer<FpgaImageAttribute.Builder> fpgaImageAttribute)Information about the attribute.ModifyFpgaImageAttributeResponse.BuilderModifyFpgaImageAttributeResponse.Builder. fpgaImageAttribute(FpgaImageAttribute fpgaImageAttribute)Information about the attribute.ModifyFpgaImageAttributeResponse.BuilderModifyFpgaImageAttributeResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyFpgaImageAttributeResponse.Builder Modifier and Type Method Description static Class<? extends ModifyFpgaImageAttributeResponse.Builder>ModifyFpgaImageAttributeResponse. serializableBuilderClass()
-