Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AssociateCustomerGatewayResponse.Builder
-
Packages that use AssociateCustomerGatewayResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of AssociateCustomerGatewayResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AssociateCustomerGatewayResponse.Builder Modifier and Type Method Description static AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse. builder()default AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse.Builder. customerGatewayAssociation(Consumer<CustomerGatewayAssociation.Builder> customerGatewayAssociation)The customer gateway association.AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse.Builder. customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)The customer gateway association.AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AssociateCustomerGatewayResponse.Builder Modifier and Type Method Description static Class<? extends AssociateCustomerGatewayResponse.Builder>AssociateCustomerGatewayResponse. serializableBuilderClass()
-