| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListBridgesResponse |
MediaConnectClient.listBridges(Consumer<ListBridgesRequest.Builder> listBridgesRequest)
Displays a list of bridges that are associated with this account and an optionally specified Arn.
|
default ListBridgesResponse |
MediaConnectClient.listBridges(ListBridgesRequest listBridgesRequest)
Displays a list of bridges that are associated with this account and an optionally specified Arn.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListBridgesResponse> |
MediaConnectAsyncClient.listBridges(Consumer<ListBridgesRequest.Builder> listBridgesRequest)
Displays a list of bridges that are associated with this account and an optionally specified Arn.
|
default CompletableFuture<ListBridgesResponse> |
MediaConnectAsyncClient.listBridges(ListBridgesRequest listBridgesRequest)
Displays a list of bridges that are associated with this account and an optionally specified Arn.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListBridgesResponse> |
ListBridgesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBridgesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBridgesResponse> subscriber) |
Copyright © 2023. All rights reserved.