Uses of Interface
software.amazon.awssdk.services.glue.model.ListWorkflowsRequest.Builder
-
Packages that use ListWorkflowsRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.glue
-
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListWorkflowsRequest.Builder Modifier and Type Method Description static ListWorkflowsRequest.BuilderListWorkflowsRequest. builder()ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. maxResults(Integer maxResults)The maximum size of a list to return.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. nextToken(String nextToken)A continuation token, if this is a continuation request.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowsRequest.BuilderListWorkflowsRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListWorkflowsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowsRequest.Builder>ListWorkflowsRequest. serializableBuilderClass()
-