| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTriggersResponse |
GlueClient.listTriggers(Consumer<ListTriggersRequest.Builder> listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the
specified tag.
|
default ListTriggersResponse |
GlueClient.listTriggers(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the
specified tag.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTriggersResponse> |
GlueAsyncClient.listTriggers(Consumer<ListTriggersRequest.Builder> listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the
specified tag.
|
default CompletableFuture<ListTriggersResponse> |
GlueAsyncClient.listTriggers(ListTriggersRequest listTriggersRequest)
Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the
specified tag.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTriggersResponse> |
ListTriggersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTriggersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTriggersResponse> subscriber) |
Copyright © 2023. All rights reserved.