Uses of Interface
software.amazon.awssdk.services.networkmanager.model.AssociateCustomerGatewayRequest.Builder
-
Packages that use AssociateCustomerGatewayRequest.Builder Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.software.amazon.awssdk.services.networkmanager.model -
-
Uses of AssociateCustomerGatewayRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type AssociateCustomerGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateCustomerGatewayResponse>NetworkManagerAsyncClient. associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link.default AssociateCustomerGatewayResponseNetworkManagerClient. associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)Associates a customer gateway with a device and optionally, with a link. -
Uses of AssociateCustomerGatewayRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return AssociateCustomerGatewayRequest.Builder Modifier and Type Method Description static AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest. builder()AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. customerGatewayArn(String customerGatewayArn)The Amazon Resource Name (ARN) of the customer gateway.AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. deviceId(String deviceId)The ID of the device.AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. linkId(String linkId)The ID of the link.AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateCustomerGatewayRequest.BuilderAssociateCustomerGatewayRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type AssociateCustomerGatewayRequest.Builder Modifier and Type Method Description static Class<? extends AssociateCustomerGatewayRequest.Builder>AssociateCustomerGatewayRequest. serializableBuilderClass()
-