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