| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| 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 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 ListDevEndpointsPublisher |
GlueAsyncClient.listDevEndpointsPaginator(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 ListDevEndpointsIterable |
GlueClient.listDevEndpointsPaginator(Consumer<ListDevEndpointsRequest.Builder> 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 |
|---|---|
static ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.builder() |
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.Builder.maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.Builder.tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
ListDevEndpointsRequest.Builder |
ListDevEndpointsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevEndpointsRequest.Builder> |
ListDevEndpointsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.