Uses of Class
software.amazon.awssdk.services.sagemaker.model.TagPropagation
-
Packages that use TagPropagation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TagPropagation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TagPropagation Modifier and Type Method Description static TagPropagationTagPropagation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TagPropagationCreateDomainRequest. tagPropagation()Indicates whether custom tag propagation is supported for the domain.TagPropagationDescribeDomainResponse. tagPropagation()Indicates whether custom tag propagation is supported for the domain.TagPropagationUpdateDomainRequest. tagPropagation()Indicates whether custom tag propagation is supported for the domain.static TagPropagationTagPropagation. valueOf(String name)Returns the enum constant of this type with the specified name.static TagPropagation[]TagPropagation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TagPropagation Modifier and Type Method Description static Set<TagPropagation>TagPropagation. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TagPropagation Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. tagPropagation(TagPropagation tagPropagation)Indicates whether custom tag propagation is supported for the domain.DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. tagPropagation(TagPropagation tagPropagation)Indicates whether custom tag propagation is supported for the domain.UpdateDomainRequest.BuilderUpdateDomainRequest.Builder. tagPropagation(TagPropagation tagPropagation)Indicates whether custom tag propagation is supported for the domain.
-