Uses of Class
software.amazon.awssdk.services.personalize.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of Domain in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return Domain Modifier and Type Method Description DomainCreateDatasetGroupRequest. domain()The domain of the dataset group.DomainCreateDatasetGroupResponse. domain()The domain for the new Domain dataset group.DomainCreateSchemaRequest. domain()The domain for the schema.DomainDatasetGroup. domain()The domain of a Domain dataset group.DomainDatasetGroupSummary. domain()The domain of a Domain dataset group.DomainDatasetSchema. domain()The domain of a schema that you created for a dataset in a Domain dataset group.DomainDatasetSchemaSummary. domain()The domain of a schema that you created for a dataset in a Domain dataset group.DomainListRecipesRequest. domain()Filters returned recipes by domain for a Domain dataset group.DomainRecipeSummary. domain()The domain of the recipe (if the recipe is a Domain dataset group use case).static DomainDomain. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DomainDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static Domain[]Domain. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type Domain Modifier and Type Method Description static Set<Domain>Domain. knownValues()Methods in software.amazon.awssdk.services.personalize.model with parameters of type Domain Modifier and Type Method Description CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. domain(Domain domain)The domain of the dataset group.CreateDatasetGroupResponse.BuilderCreateDatasetGroupResponse.Builder. domain(Domain domain)The domain for the new Domain dataset group.CreateSchemaRequest.BuilderCreateSchemaRequest.Builder. domain(Domain domain)The domain for the schema.DatasetGroup.BuilderDatasetGroup.Builder. domain(Domain domain)The domain of a Domain dataset group.DatasetGroupSummary.BuilderDatasetGroupSummary.Builder. domain(Domain domain)The domain of a Domain dataset group.DatasetSchema.BuilderDatasetSchema.Builder. domain(Domain domain)The domain of a schema that you created for a dataset in a Domain dataset group.DatasetSchemaSummary.BuilderDatasetSchemaSummary.Builder. domain(Domain domain)The domain of a schema that you created for a dataset in a Domain dataset group.ListRecipesRequest.BuilderListRecipesRequest.Builder. domain(Domain domain)Filters returned recipes by domain for a Domain dataset group.RecipeSummary.BuilderRecipeSummary.Builder. domain(Domain domain)The domain of the recipe (if the recipe is a Domain dataset group use case).
-