Uses of Class
software.amazon.awssdk.services.m2.model.GdgDetailAttributes
-
Packages that use GdgDetailAttributes Package Description software.amazon.awssdk.services.m2.model -
-
Uses of GdgDetailAttributes in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return GdgDetailAttributes Modifier and Type Method Description GdgDetailAttributesDatasetDetailOrgAttributes. gdg()The generation data group of the data set.Methods in software.amazon.awssdk.services.m2.model with parameters of type GdgDetailAttributes Modifier and Type Method Description static DatasetDetailOrgAttributesDatasetDetailOrgAttributes. fromGdg(GdgDetailAttributes gdg)Create an instance of this class withDatasetDetailOrgAttributes.gdg()initialized to the given value.DatasetDetailOrgAttributes.BuilderDatasetDetailOrgAttributes.Builder. gdg(GdgDetailAttributes gdg)The generation data group of the data set.
-