Uses of Interface
software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowsRequest.Builder
-
Packages that use ListWorkflowsRequest.Builder Package Description software.amazon.awssdk.services.migrationhuborchestrator This API reference provides descriptions, syntax, and other details about each of the actions and data types for AWS Migration Hub Orchestrator.software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator
Method parameters in software.amazon.awssdk.services.migrationhuborchestrator with type arguments of type ListWorkflowsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkflowsResponse>MigrationHubOrchestratorAsyncClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows.default ListWorkflowsResponseMigrationHubOrchestratorClient. listWorkflows(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows.default ListWorkflowsPublisherMigrationHubOrchestratorAsyncClient. listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows.default ListWorkflowsIterableMigrationHubOrchestratorClient. listWorkflowsPaginator(Consumer<ListWorkflowsRequest.Builder> listWorkflowsRequest)List the migration workflows. -
Uses of ListWorkflowsRequest.Builder in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return ListWorkflowsRequest.Builder Modifier and Type Method Description ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. adsApplicationConfigurationName(String adsApplicationConfigurationName)The name of the application configured in Application Discovery Service.static ListWorkflowsRequest.BuilderListWorkflowsRequest. builder()ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. maxResults(Integer maxResults)The maximum number of results that can be returned.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. name(String name)The name of the migration workflow.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. nextToken(String nextToken)The pagination token.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. status(String status)The status of the migration workflow.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. status(MigrationWorkflowStatusEnum status)The status of the migration workflow.ListWorkflowsRequest.BuilderListWorkflowsRequest.Builder. templateId(String templateId)The ID of the template.ListWorkflowsRequest.BuilderListWorkflowsRequest. toBuilder()Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return types with arguments of type ListWorkflowsRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowsRequest.Builder>ListWorkflowsRequest. serializableBuilderClass()
-