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
-
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()
-