| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateCustomerGatewayResponse> |
NetworkManagerAsyncClient.associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)
Associates a customer gateway with a device and optionally, with a link.
|
default AssociateCustomerGatewayResponse |
NetworkManagerClient.associateCustomerGateway(Consumer<AssociateCustomerGatewayRequest.Builder> associateCustomerGatewayRequest)
Associates a customer gateway with a device and optionally, with a link.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.builder() |
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.customerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.deviceId(String deviceId)
The ID of the device.
|
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.linkId(String linkId)
The ID of the link.
|
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateCustomerGatewayRequest.Builder |
AssociateCustomerGatewayRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateCustomerGatewayRequest.Builder> |
AssociateCustomerGatewayRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.