Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse 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 ListTemplatesResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponseMigrationHubOrchestratorClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow.default ListTemplatesResponseMigrationHubOrchestratorClient. listTemplates(ListTemplatesRequest listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>MigrationHubOrchestratorAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow.default CompletableFuture<ListTemplatesResponse>MigrationHubOrchestratorAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow. -
Uses of ListTemplatesResponse in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Methods in software.amazon.awssdk.services.migrationhuborchestrator.paginators that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Iterator<ListTemplatesResponse>ListTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.migrationhuborchestrator.paginators with type arguments of type ListTemplatesResponse Modifier and Type Method Description voidListTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplatesResponse> subscriber)
-