| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CustomerGatewayAssociation |
CustomerGatewayAssociation.clone() |
CustomerGatewayAssociation |
DisassociateCustomerGatewayResult.getCustomerGatewayAssociation()
Information about the customer gateway association.
|
CustomerGatewayAssociation |
AssociateCustomerGatewayResult.getCustomerGatewayAssociation()
The customer gateway association.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withCustomerGatewayArn(String customerGatewayArn)
The Amazon Resource Name (ARN) of the customer gateway.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withDeviceId(String deviceId)
The ID of the device.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withLinkId(String linkId)
The ID of the link.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withState(CustomerGatewayAssociationState state)
The association state.
|
CustomerGatewayAssociation |
CustomerGatewayAssociation.withState(String state)
The association state.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerGatewayAssociation> |
GetCustomerGatewayAssociationsResult.getCustomerGatewayAssociations()
The customer gateway associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateCustomerGatewayResult.setCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
Information about the customer gateway association.
|
void |
AssociateCustomerGatewayResult.setCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
DisassociateCustomerGatewayResult |
DisassociateCustomerGatewayResult.withCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
Information about the customer gateway association.
|
AssociateCustomerGatewayResult |
AssociateCustomerGatewayResult.withCustomerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
GetCustomerGatewayAssociationsResult |
GetCustomerGatewayAssociationsResult.withCustomerGatewayAssociations(CustomerGatewayAssociation... customerGatewayAssociations)
The customer gateway associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCustomerGatewayAssociationsResult.setCustomerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)
The customer gateway associations.
|
GetCustomerGatewayAssociationsResult |
GetCustomerGatewayAssociationsResult.withCustomerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)
The customer gateway associations.
|
Copyright © 2021. All rights reserved.