Uses of Interface
software.amazon.awssdk.services.glue.model.ListDevEndpointsResponse.Builder
-
Packages that use ListDevEndpointsResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ListDevEndpointsResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListDevEndpointsResponse.Builder Modifier and Type Method Description static ListDevEndpointsResponse.BuilderListDevEndpointsResponse. builder()ListDevEndpointsResponse.BuilderListDevEndpointsResponse.Builder. devEndpointNames(String... devEndpointNames)The names of all theDevEndpoints in the account, or theDevEndpoints with the specified tags.ListDevEndpointsResponse.BuilderListDevEndpointsResponse.Builder. devEndpointNames(Collection<String> devEndpointNames)The names of all theDevEndpoints in the account, or theDevEndpoints with the specified tags.ListDevEndpointsResponse.BuilderListDevEndpointsResponse.Builder. nextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.ListDevEndpointsResponse.BuilderListDevEndpointsResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListDevEndpointsResponse.Builder Modifier and Type Method Description static Class<? extends ListDevEndpointsResponse.Builder>ListDevEndpointsResponse. serializableBuilderClass()
-