| 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<ListAttachmentsResult> |
AWSNetworkManagerAsyncClient.listAttachmentsAsync(ListAttachmentsRequest request,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler) |
Future<ListAttachmentsResult> |
AWSNetworkManagerAsync.listAttachmentsAsync(ListAttachmentsRequest listAttachmentsRequest,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler)
Returns a list of core network attachments.
|
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 © 2023. All rights reserved.