Uses of Class
software.amazon.awssdk.services.ecs.model.PropagateTags
-
Packages that use PropagateTags Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of PropagateTags in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return PropagateTags Modifier and Type Method Description static PropagateTagsPropagateTags. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PropagateTagsCreateServiceRequest. propagateTags()Specifies whether to propagate the tags from the task definition to the task.PropagateTagsRunTaskRequest. propagateTags()Specifies whether to propagate the tags from the task definition to the task.PropagateTagsService. propagateTags()Determines whether to propagate the tags from the task definition or the service to the task.PropagateTagsStartTaskRequest. propagateTags()Specifies whether to propagate the tags from the task definition or the service to the task.PropagateTagsUpdateServiceRequest. propagateTags()Determines whether to propagate the tags from the task definition or the service to the task.static PropagateTagsPropagateTags. valueOf(String name)Returns the enum constant of this type with the specified name.static PropagateTags[]PropagateTags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PropagateTags Modifier and Type Method Description static Set<PropagateTags>PropagateTags. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type PropagateTags Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. propagateTags(PropagateTags propagateTags)Specifies whether to propagate the tags from the task definition to the task.RunTaskRequest.BuilderRunTaskRequest.Builder. propagateTags(PropagateTags propagateTags)Specifies whether to propagate the tags from the task definition to the task.Service.BuilderService.Builder. propagateTags(PropagateTags propagateTags)Determines whether to propagate the tags from the task definition or the service to the task.StartTaskRequest.BuilderStartTaskRequest.Builder. propagateTags(PropagateTags propagateTags)Specifies whether to propagate the tags from the task definition or the service to the task.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. propagateTags(PropagateTags propagateTags)Determines whether to propagate the tags from the task definition or the service to the task.
-