| 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 ListEntitlementsResponse |
MediaConnectClient.listEntitlements()
Displays a list of all entitlements that have been granted to this account.
|
default ListEntitlementsResponse |
MediaConnectClient.listEntitlements(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default ListEntitlementsResponse |
MediaConnectClient.listEntitlements(ListEntitlementsRequest listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEntitlementsResponse> |
MediaConnectAsyncClient.listEntitlements()
Displays a list of all entitlements that have been granted to this account.
|
default CompletableFuture<ListEntitlementsResponse> |
MediaConnectAsyncClient.listEntitlements(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default CompletableFuture<ListEntitlementsResponse> |
MediaConnectAsyncClient.listEntitlements(ListEntitlementsRequest listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEntitlementsResponse> |
ListEntitlementsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEntitlementsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEntitlementsResponse> subscriber) |
Copyright © 2022. All rights reserved.