Uses of Class
software.amazon.awssdk.services.migrationhuborchestrator.model.PlatformScriptKey
-
Packages that use PlatformScriptKey Package Description software.amazon.awssdk.services.migrationhuborchestrator.model -
-
Uses of PlatformScriptKey in software.amazon.awssdk.services.migrationhuborchestrator.model
Methods in software.amazon.awssdk.services.migrationhuborchestrator.model that return PlatformScriptKey Modifier and Type Method Description PlatformScriptKeyStepAutomationConfiguration. scriptLocationS3Key()The Amazon S3 key for the script location.PlatformScriptKeyWorkflowStepAutomationConfiguration. scriptLocationS3Key()The Amazon S3 key for the script location.Methods in software.amazon.awssdk.services.migrationhuborchestrator.model with parameters of type PlatformScriptKey Modifier and Type Method Description StepAutomationConfiguration.BuilderStepAutomationConfiguration.Builder. scriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)The Amazon S3 key for the script location.WorkflowStepAutomationConfiguration.BuilderWorkflowStepAutomationConfiguration.Builder. scriptLocationS3Key(PlatformScriptKey scriptLocationS3Key)The Amazon S3 key for the script location.
-