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