Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.ListTemplatesRequest
-
Packages that use ListTemplatesRequest 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 software.amazon.awssdk.services.migrationhuborchestrator.transform -
-
Uses of ListTemplatesRequest in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator with parameters of type ListTemplatesRequest Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>MigrationHubOrchestratorAsyncClient. listTemplates(ListTemplatesRequest 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.default ListTemplatesPublisherMigrationHubOrchestratorAsyncClient. listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow.default ListTemplatesIterableMigrationHubOrchestratorClient. listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)List the templates available in Migration Hub Orchestrator to create a migration workflow. -
Uses of ListTemplatesRequest in software.amazon.awssdk.services.migrationhuborchestrator.paginators
Constructors in software.amazon.awssdk.services.migrationhuborchestrator.paginators with parameters of type ListTemplatesRequest Constructor Description ListTemplatesIterable(MigrationHubOrchestratorClient client, ListTemplatesRequest firstRequest)ListTemplatesPublisher(MigrationHubOrchestratorAsyncClient client, ListTemplatesRequest firstRequest) -
Uses of ListTemplatesRequest in software.amazon.awssdk.services.migrationhuborchestrator.transform
Methods in software.amazon.awssdk.services.migrationhuborchestrator.transform with parameters of type ListTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListTemplatesRequestMarshaller. marshall(ListTemplatesRequest listTemplatesRequest)
-