| 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 |
|---|---|
ListAttachmentsResult |
AWSNetworkManagerClient.listAttachments(ListAttachmentsRequest request)
Returns a list of core network attachments.
|
ListAttachmentsResult |
AbstractAWSNetworkManager.listAttachments(ListAttachmentsRequest request) |
ListAttachmentsResult |
AWSNetworkManager.listAttachments(ListAttachmentsRequest listAttachmentsRequest)
Returns a list of core network attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAttachmentsResult> |
AWSNetworkManagerAsyncClient.listAttachmentsAsync(ListAttachmentsRequest request,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler) |
Future<ListAttachmentsResult> |
AbstractAWSNetworkManagerAsync.listAttachmentsAsync(ListAttachmentsRequest request,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler) |
Future<ListAttachmentsResult> |
AWSNetworkManagerAsync.listAttachmentsAsync(ListAttachmentsRequest listAttachmentsRequest,
AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler)
Returns a list of core network attachments.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttachmentsResult |
ListAttachmentsResult.clone() |
ListAttachmentsResult |
ListAttachmentsResult.withAttachments(Attachment... attachments)
Describes the list of attachments.
|
ListAttachmentsResult |
ListAttachmentsResult.withAttachments(Collection<Attachment> attachments)
Describes the list of attachments.
|
ListAttachmentsResult |
ListAttachmentsResult.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2024. All rights reserved.