| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.networkmanager.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAttachmentsResponse |
NetworkManagerClient.listAttachments(Consumer<ListAttachmentsRequest.Builder> listAttachmentsRequest)
Returns a list of core network attachments.
|
default ListAttachmentsResponse |
NetworkManagerClient.listAttachments(ListAttachmentsRequest listAttachmentsRequest)
Returns a list of core network attachments.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAttachmentsResponse> |
NetworkManagerAsyncClient.listAttachments(Consumer<ListAttachmentsRequest.Builder> listAttachmentsRequest)
Returns a list of core network attachments.
|
default CompletableFuture<ListAttachmentsResponse> |
NetworkManagerAsyncClient.listAttachments(ListAttachmentsRequest listAttachmentsRequest)
Returns a list of core network attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAttachmentsResponse> |
ListAttachmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAttachmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAttachmentsResponse> subscriber) |
Copyright © 2023. All rights reserved.