Uses of Interface
software.amazon.awssdk.services.mgn.model.PostLaunchActions.Builder
-
Packages that use PostLaunchActions.Builder Package Description software.amazon.awssdk.services.mgn.model -
-
Uses of PostLaunchActions.Builder in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return PostLaunchActions.Builder Modifier and Type Method Description static PostLaunchActions.BuilderPostLaunchActions. builder()PostLaunchActions.BuilderPostLaunchActions.Builder. cloudWatchLogGroupName(String cloudWatchLogGroupName)AWS Systems Manager Command's CloudWatch log group name.PostLaunchActions.BuilderPostLaunchActions.Builder. deployment(String deployment)Deployment type in which AWS Systems Manager Documents will be executed.PostLaunchActions.BuilderPostLaunchActions.Builder. deployment(PostLaunchActionsDeploymentType deployment)Deployment type in which AWS Systems Manager Documents will be executed.PostLaunchActions.BuilderPostLaunchActions.Builder. s3LogBucket(String s3LogBucket)AWS Systems Manager Command's logs S3 log bucket.PostLaunchActions.BuilderPostLaunchActions.Builder. s3OutputKeyPrefix(String s3OutputKeyPrefix)AWS Systems Manager Command's logs S3 output key prefix.PostLaunchActions.BuilderPostLaunchActions.Builder. ssmDocuments(Collection<SsmDocument> ssmDocuments)AWS Systems Manager Documents.PostLaunchActions.BuilderPostLaunchActions.Builder. ssmDocuments(Consumer<SsmDocument.Builder>... ssmDocuments)AWS Systems Manager Documents.PostLaunchActions.BuilderPostLaunchActions.Builder. ssmDocuments(SsmDocument... ssmDocuments)AWS Systems Manager Documents.PostLaunchActions.BuilderPostLaunchActions. toBuilder()Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type PostLaunchActions.Builder Modifier and Type Method Description static Class<? extends PostLaunchActions.Builder>PostLaunchActions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type PostLaunchActions.Builder Modifier and Type Method Description default CreateLaunchConfigurationTemplateRequest.BuilderCreateLaunchConfigurationTemplateRequest.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Launch configuration template post launch actions.default CreateLaunchConfigurationTemplateResponse.BuilderCreateLaunchConfigurationTemplateResponse.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Post Launch Actions of the Launch Configuration Template.default GetLaunchConfigurationResponse.BuilderGetLaunchConfigurationResponse.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Sets the value of the PostLaunchActions property for this object.default LaunchConfigurationTemplate.BuilderLaunchConfigurationTemplate.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Post Launch Actions of the Launch Configuration Template.default UpdateLaunchConfigurationRequest.BuilderUpdateLaunchConfigurationRequest.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Sets the value of the PostLaunchActions property for this object.default UpdateLaunchConfigurationResponse.BuilderUpdateLaunchConfigurationResponse.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Sets the value of the PostLaunchActions property for this object.default UpdateLaunchConfigurationTemplateRequest.BuilderUpdateLaunchConfigurationTemplateRequest.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Post Launch Action to execute on the Test or Cutover instance.default UpdateLaunchConfigurationTemplateResponse.BuilderUpdateLaunchConfigurationTemplateResponse.Builder. postLaunchActions(Consumer<PostLaunchActions.Builder> postLaunchActions)Post Launch Actions of the Launch Configuration Template.
-