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