Uses of Class
software.amazon.awssdk.services.cleanrooms.model.PrivacyBudgetType
-
Packages that use PrivacyBudgetType Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of PrivacyBudgetType in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return PrivacyBudgetType Modifier and Type Method Description static PrivacyBudgetTypePrivacyBudgetType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrivacyBudgetTypeCollaborationPrivacyBudgetTemplate. privacyBudgetType()The type of privacy budget template.PrivacyBudgetTypeCollaborationPrivacyBudgetTemplateSummary. privacyBudgetType()The type of the privacy budget template.PrivacyBudgetTypeCreatePrivacyBudgetTemplateRequest. privacyBudgetType()Specifies the type of the privacy budget template.PrivacyBudgetTypeListCollaborationPrivacyBudgetsRequest. privacyBudgetType()Specifies the type of the privacy budget.PrivacyBudgetTypeListPrivacyBudgetsRequest. privacyBudgetType()The privacy budget type.PrivacyBudgetTypePrivacyBudgetTemplate. privacyBudgetType()Specifies the type of the privacy budget template.PrivacyBudgetTypePrivacyBudgetTemplateSummary. privacyBudgetType()The type of the privacy budget template.PrivacyBudgetTypeUpdatePrivacyBudgetTemplateRequest. privacyBudgetType()Specifies the type of the privacy budget template.PrivacyBudgetTypeCollaborationPrivacyBudgetSummary. type()The type of privacy budget template.PrivacyBudgetTypePrivacyBudgetSummary. type()Specifies the type of the privacy budget.static PrivacyBudgetTypePrivacyBudgetType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivacyBudgetType[]PrivacyBudgetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type PrivacyBudgetType Modifier and Type Method Description static Set<PrivacyBudgetType>PrivacyBudgetType. knownValues()Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type PrivacyBudgetType Modifier and Type Method Description CollaborationPrivacyBudgetTemplate.BuilderCollaborationPrivacyBudgetTemplate.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)The type of privacy budget template.CollaborationPrivacyBudgetTemplateSummary.BuilderCollaborationPrivacyBudgetTemplateSummary.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)The type of the privacy budget template.CreatePrivacyBudgetTemplateRequest.BuilderCreatePrivacyBudgetTemplateRequest.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)Specifies the type of the privacy budget template.ListCollaborationPrivacyBudgetsRequest.BuilderListCollaborationPrivacyBudgetsRequest.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)Specifies the type of the privacy budget.ListPrivacyBudgetsRequest.BuilderListPrivacyBudgetsRequest.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)The privacy budget type.PrivacyBudgetTemplate.BuilderPrivacyBudgetTemplate.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)Specifies the type of the privacy budget template.PrivacyBudgetTemplateSummary.BuilderPrivacyBudgetTemplateSummary.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)The type of the privacy budget template.UpdatePrivacyBudgetTemplateRequest.BuilderUpdatePrivacyBudgetTemplateRequest.Builder. privacyBudgetType(PrivacyBudgetType privacyBudgetType)Specifies the type of the privacy budget template.CollaborationPrivacyBudgetSummary.BuilderCollaborationPrivacyBudgetSummary.Builder. type(PrivacyBudgetType type)The type of privacy budget template.PrivacyBudgetSummary.BuilderPrivacyBudgetSummary.Builder. type(PrivacyBudgetType type)Specifies the type of the privacy budget.
-