Uses of Class
software.amazon.awssdk.services.datazone.model.DataProductStatus
-
Packages that use DataProductStatus Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DataProductStatus in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DataProductStatus Modifier and Type Method Description static DataProductStatusDataProductStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataProductStatusCreateDataProductResponse. status()The status of the data product.DataProductStatusCreateDataProductRevisionResponse. status()The status of the data product revision.DataProductStatusGetDataProductResponse. status()The status of the data product.static DataProductStatusDataProductStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataProductStatus[]DataProductStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DataProductStatus Modifier and Type Method Description static Set<DataProductStatus>DataProductStatus. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type DataProductStatus Modifier and Type Method Description CreateDataProductResponse.BuilderCreateDataProductResponse.Builder. status(DataProductStatus status)The status of the data product.CreateDataProductRevisionResponse.BuilderCreateDataProductRevisionResponse.Builder. status(DataProductStatus status)The status of the data product revision.GetDataProductResponse.BuilderGetDataProductResponse.Builder. status(DataProductStatus status)The status of the data product.
-