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