Uses of Interface
software.amazon.awssdk.services.glue.model.GetDevEndpointsRequest.Builder
-
Packages that use GetDevEndpointsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of GetDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type GetDevEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDevEndpointsResponse>GlueAsyncClient. getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsResponseGlueClient. getDevEndpoints(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsPublisherGlueAsyncClient. getDevEndpointsPaginator(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account.default GetDevEndpointsIterableGlueClient. getDevEndpointsPaginator(Consumer<GetDevEndpointsRequest.Builder> getDevEndpointsRequest)Retrieves all the development endpoints in this Amazon Web Services account. -
Uses of GetDevEndpointsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetDevEndpointsRequest.Builder Modifier and Type Method Description static GetDevEndpointsRequest.BuilderGetDevEndpointsRequest. builder()GetDevEndpointsRequest.BuilderGetDevEndpointsRequest.Builder. maxResults(Integer maxResults)The maximum size of information to return.GetDevEndpointsRequest.BuilderGetDevEndpointsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation call.GetDevEndpointsRequest.BuilderGetDevEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDevEndpointsRequest.BuilderGetDevEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDevEndpointsRequest.BuilderGetDevEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetDevEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends GetDevEndpointsRequest.Builder>GetDevEndpointsRequest. serializableBuilderClass()
-