Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplateStepGroupsResponse
-
Packages that use ListTemplateStepGroupsResponse 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 ListTemplateStepGroupsResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return ListTemplateStepGroupsResponse Modifier and Type Method Description default ListTemplateStepGroupsResponseMigrationHubOrchestratorClient. listTemplateStepGroups(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)List the step groups in a template.default ListTemplateStepGroupsResponseMigrationHubOrchestratorClient. listTemplateStepGroups(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)List the step groups in a template.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type ListTemplateStepGroupsResponse Modifier and Type Method Description default CompletableFuture<ListTemplateStepGroupsResponse>MigrationHubOrchestratorAsyncClient. listTemplateStepGroups(Consumer<ListTemplateStepGroupsRequest.Builder> listTemplateStepGroupsRequest)List the step groups in a template.default CompletableFuture<ListTemplateStepGroupsResponse>MigrationHubOrchestratorAsyncClient. listTemplateStepGroups(ListTemplateStepGroupsRequest listTemplateStepGroupsRequest)List the step groups in a template. -
Uses of ListTemplateStepGroupsResponse in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type ListTemplateStepGroupsResponse Modifier and Type Method Description Iterator<ListTemplateStepGroupsResponse>ListTemplateStepGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.paginators with type arguments of type ListTemplateStepGroupsResponse Modifier and Type Method Description voidListTemplateStepGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplateStepGroupsResponse> subscriber)
-