Uses of Interface
software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest.Builder
-
Packages that use ListDevEndpointsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of ListDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type ListDevEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevEndpointsResponse>GlueAsyncClient. listDevEndpoints(Consumer<ListDevEndpointsRequest.Builder> listDevEndpointsRequest)Retrieves the names of allDevEndpointresources in this Amazon Web Services account, or the resources with the specified tag.default ListDevEndpointsResponseGlueClient. listDevEndpoints(Consumer<ListDevEndpointsRequest.Builder> listDevEndpointsRequest)Retrieves the names of allDevEndpointresources in this Amazon Web Services account, or the resources with the specified tag.default ListDevEndpointsPublisherGlueAsyncClient. listDevEndpointsPaginator(Consumer<ListDevEndpointsRequest.Builder> listDevEndpointsRequest)This is a variant ofGlueAsyncClient.listDevEndpoints(software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest)operation.default ListDevEndpointsIterableGlueClient. listDevEndpointsPaginator(Consumer<ListDevEndpointsRequest.Builder> listDevEndpointsRequest)This is a variant ofGlueClient.listDevEndpoints(software.amazon.awssdk.services.glue.model.ListDevEndpointsRequest)operation. -
Uses of ListDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListDevEndpointsRequest.Builder Modifier and Type Method Description static ListDevEndpointsRequest.BuilderListDevEndpointsRequest. builder()ListDevEndpointsRequest.BuilderListDevEndpointsRequest.Builder. maxResults(Integer maxResults)The maximum size of a list to return.ListDevEndpointsRequest.BuilderListDevEndpointsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation request.ListDevEndpointsRequest.BuilderListDevEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevEndpointsRequest.BuilderListDevEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevEndpointsRequest.BuilderListDevEndpointsRequest.Builder. tags(Map<String,String> tags)Specifies to return only these tagged resources.ListDevEndpointsRequest.BuilderListDevEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListDevEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends ListDevEndpointsRequest.Builder>ListDevEndpointsRequest. serializableBuilderClass()
-