Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.GetTemplateStepResponse
-
Packages that use GetTemplateStepResponse 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. -
-
Uses of GetTemplateStepResponse in software.amazon.awssdk.services.migrationhuborchestrator
Methods in software.amazon.awssdk.services.migrationhuborchestrator that return GetTemplateStepResponse Modifier and Type Method Description default GetTemplateStepResponseMigrationHubOrchestratorClient. getTemplateStep(Consumer<GetTemplateStepRequest.Builder> getTemplateStepRequest)Get a specific step in a template.default GetTemplateStepResponseMigrationHubOrchestratorClient. getTemplateStep(GetTemplateStepRequest getTemplateStepRequest)Get a specific step in a template.Methods in software.amazon.awssdk.services.migrationhuborchestrator that return types with arguments of type GetTemplateStepResponse Modifier and Type Method Description default CompletableFuture<GetTemplateStepResponse>MigrationHubOrchestratorAsyncClient. getTemplateStep(Consumer<GetTemplateStepRequest.Builder> getTemplateStepRequest)Get a specific step in a template.default CompletableFuture<GetTemplateStepResponse>MigrationHubOrchestratorAsyncClient. getTemplateStep(GetTemplateStepRequest getTemplateStepRequest)Get a specific step in a template.
-