| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model | |
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
CustomerGatewayAssociation |
DisassociateCustomerGatewayResponse.customerGatewayAssociation()
Information about the customer gateway association.
|
CustomerGatewayAssociation |
AssociateCustomerGatewayResponse.customerGatewayAssociation()
The customer gateway association.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerGatewayAssociation> |
GetCustomerGatewayAssociationsResponse.customerGatewayAssociations()
The customer gateway associations.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateCustomerGatewayResponse.Builder |
DisassociateCustomerGatewayResponse.Builder.customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
Information about the customer gateway association.
|
AssociateCustomerGatewayResponse.Builder |
AssociateCustomerGatewayResponse.Builder.customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)
The customer gateway association.
|
GetCustomerGatewayAssociationsResponse.Builder |
GetCustomerGatewayAssociationsResponse.Builder.customerGatewayAssociations(CustomerGatewayAssociation... customerGatewayAssociations)
The customer gateway associations.
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomerGatewayAssociationsResponse.Builder |
GetCustomerGatewayAssociationsResponse.Builder.customerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)
The customer gateway associations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CustomerGatewayAssociation> |
GetCustomerGatewayAssociationsPublisher.customerGatewayAssociations()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CustomerGatewayAssociation> |
GetCustomerGatewayAssociationsIterable.customerGatewayAssociations()
Returns an iterable to iterate through the paginated
GetCustomerGatewayAssociationsResponse.customerGatewayAssociations() member. |
Copyright © 2023. All rights reserved.