Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListWorkflowStepGroupsResponse
-
Packages that use ListWorkflowStepGroupsResponse 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.paginators -
-
Uses of ListWorkflowStepGroupsResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return ListWorkflowStepGroupsResponse Modifier and Type Method Description default ListWorkflowStepGroupsResponseMigrationHubOrchestratorClient. listWorkflowStepGroups(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)List the step groups in a migration workflow.default ListWorkflowStepGroupsResponseMigrationHubOrchestratorClient. listWorkflowStepGroups(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)List the step groups in a migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type ListWorkflowStepGroupsResponse Modifier and Type Method Description default CompletableFuture<ListWorkflowStepGroupsResponse>MigrationHubOrchestratorAsyncClient. listWorkflowStepGroups(Consumer<ListWorkflowStepGroupsRequest.Builder> listWorkflowStepGroupsRequest)List the step groups in a migration workflow.default CompletableFuture<ListWorkflowStepGroupsResponse>MigrationHubOrchestratorAsyncClient. listWorkflowStepGroups(ListWorkflowStepGroupsRequest listWorkflowStepGroupsRequest)List the step groups in a migration workflow. -
Uses of ListWorkflowStepGroupsResponse in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type ListWorkflowStepGroupsResponse Modifier and Type Method Description Iterator<ListWorkflowStepGroupsResponse>ListWorkflowStepGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.paginators with type arguments of type ListWorkflowStepGroupsResponse Modifier and Type Method Description voidListWorkflowStepGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkflowStepGroupsResponse> subscriber)
-