Uses of Class
software.amazon.awssdk.services.forecast.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Domain in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return Domain Modifier and Type Method Description DomainCreateDatasetGroupRequest. domain()The domain associated with the dataset group.DomainCreateDatasetRequest. domain()The domain associated with the dataset.DomainDatasetSummary. domain()The domain associated with the dataset.DomainDescribeDatasetGroupResponse. domain()The domain associated with the dataset group.DomainDescribeDatasetResponse. domain()The domain associated with the dataset.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.forecast.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.forecast.model with parameters of type Domain Modifier and Type Method Description CreateDatasetGroupRequest.BuilderCreateDatasetGroupRequest.Builder. domain(Domain domain)The domain associated with the dataset group.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. domain(Domain domain)The domain associated with the dataset.DatasetSummary.BuilderDatasetSummary.Builder. domain(Domain domain)The domain associated with the dataset.DescribeDatasetGroupResponse.BuilderDescribeDatasetGroupResponse.Builder. domain(Domain domain)The domain associated with the dataset group.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. domain(Domain domain)The domain associated with the dataset.
-