| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your Amazon Web Services and on-premises networks that are built around transit gateways.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttachmentsResult> |
AWSNetworkManagerAsync.listAttachmentsAsync(ListAttachmentsRequest listAttachmentsRequest,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler)
Returns a list of core network attachments.
|
Future<ListAttachmentsResult> |
AWSNetworkManagerAsyncClient.listAttachmentsAsync(ListAttachmentsRequest request,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler) |
Future<ListAttachmentsResult> |
AbstractAWSNetworkManagerAsync.listAttachmentsAsync(ListAttachmentsRequest request,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAttachmentsRequest |
ListAttachmentsRequest.clone() |
ListAttachmentsRequest |
ListAttachmentsRequest.withAttachmentType(AttachmentType attachmentType)
The type of attachment.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withAttachmentType(String attachmentType)
The type of attachment.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withEdgeLocation(String edgeLocation)
The Region where the edge is located.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withNextToken(String nextToken)
The token for the next page of results.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withState(AttachmentState state)
The state of the attachment.
|
ListAttachmentsRequest |
ListAttachmentsRequest.withState(String state)
The state of the attachment.
|
Copyright © 2022. All rights reserved.