| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateCustomerGatewayResult> |
AbstractAWSNetworkManagerAsync.associateCustomerGatewayAsync(AssociateCustomerGatewayRequest request,
AsyncHandler<AssociateCustomerGatewayRequest,AssociateCustomerGatewayResult> asyncHandler) |
Future<AssociateCustomerGatewayResult> |
AWSNetworkManagerAsync.associateCustomerGatewayAsync(AssociateCustomerGatewayRequest associateCustomerGatewayRequest,
AsyncHandler<AssociateCustomerGatewayRequest,AssociateCustomerGatewayResult> asyncHandler)
Associates a customer gateway with a device and optionally, with a link.
|
Future<AssociateCustomerGatewayResult> |
AWSNetworkManagerAsyncClient.associateCustomerGatewayAsync(AssociateCustomerGatewayRequest request,
AsyncHandler<AssociateCustomerGatewayRequest,AssociateCustomerGatewayResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomerGatewayRequest |
AssociateCustomerGatewayRequest.clone() |
AssociateCustomerGatewayRequest |
AssociateCustomerGatewayRequest.withCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
AssociateCustomerGatewayRequest |
AssociateCustomerGatewayRequest.withDeviceId(String deviceId)
The ID of the device.
|
AssociateCustomerGatewayRequest |
AssociateCustomerGatewayRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
AssociateCustomerGatewayRequest |
AssociateCustomerGatewayRequest.withLinkId(String linkId)
The ID of the link.
|
Copyright © 2024. All rights reserved.