| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your AWS and on-premises networks that are built around transit gateways.
|
| 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 © 2021. All rights reserved.