Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TagOnCreatePolicy
-
Packages that use TagOnCreatePolicy Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TagOnCreatePolicy in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TagOnCreatePolicy Modifier and Type Method Description TagOnCreatePolicyCreateConfiguredAudienceModelRequest. childResourceTagOnCreatePolicy()Configure how the service tags audience generation jobs created using this configured audience model.TagOnCreatePolicyGetConfiguredAudienceModelResponse. childResourceTagOnCreatePolicy()Provides thechildResourceTagOnCreatePolicythat was used for this configured audience model.static TagOnCreatePolicyTagOnCreatePolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TagOnCreatePolicyTagOnCreatePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static TagOnCreatePolicy[]TagOnCreatePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type TagOnCreatePolicy Modifier and Type Method Description static Set<TagOnCreatePolicy>TagOnCreatePolicy. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TagOnCreatePolicy Modifier and Type Method Description CreateConfiguredAudienceModelRequest.BuilderCreateConfiguredAudienceModelRequest.Builder. childResourceTagOnCreatePolicy(TagOnCreatePolicy childResourceTagOnCreatePolicy)Configure how the service tags audience generation jobs created using this configured audience model.GetConfiguredAudienceModelResponse.BuilderGetConfiguredAudienceModelResponse.Builder. childResourceTagOnCreatePolicy(TagOnCreatePolicy childResourceTagOnCreatePolicy)Provides thechildResourceTagOnCreatePolicythat was used for this configured audience model.
-