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