| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDevEndpointsResponse |
GlueClient.getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)
Retrieves all the development endpoints in this Amazon Web Services account.
|
default GetDevEndpointsResponse |
GlueClient.getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)
Retrieves all the development endpoints in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDevEndpointsResponse> |
GlueAsyncClient.getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)
Retrieves all the development endpoints in this Amazon Web Services account.
|
default CompletableFuture<GetDevEndpointsResponse> |
GlueAsyncClient.getDevEndpoints(GetDevEndpointsRequest getDevEndpointsRequest)
Retrieves all the development endpoints in this Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDevEndpointsResponse> |
GetDevEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDevEndpointsResponse> subscriber) |
Copyright © 2023. All rights reserved.