| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDevEndpointsResponse.Builder |
ListDevEndpointsResponse.builder() |
ListDevEndpointsResponse.Builder |
ListDevEndpointsResponse.Builder.devEndpointNames(Collection<String> devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResponse.Builder |
ListDevEndpointsResponse.Builder.devEndpointNames(String... devEndpointNames)
The names of all the
DevEndpoints in the account, or the DevEndpoints with the
specified tags. |
ListDevEndpointsResponse.Builder |
ListDevEndpointsResponse.Builder.nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
ListDevEndpointsResponse.Builder |
ListDevEndpointsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDevEndpointsResponse.Builder> |
ListDevEndpointsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.