Uses of Class
software.amazon.awssdk.services.redshift.model.DataShareStatusForProducer
-
Packages that use DataShareStatusForProducer Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DataShareStatusForProducer in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DataShareStatusForProducer Modifier and Type Method Description static DataShareStatusForProducerDataShareStatusForProducer. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataShareStatusForProducerDescribeDataSharesForProducerRequest. status()An identifier giving the status of a datashare in the producer.static DataShareStatusForProducerDataShareStatusForProducer. valueOf(String name)Returns the enum constant of this type with the specified name.static DataShareStatusForProducer[]DataShareStatusForProducer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DataShareStatusForProducer Modifier and Type Method Description static Set<DataShareStatusForProducer>DataShareStatusForProducer. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type DataShareStatusForProducer Modifier and Type Method Description DescribeDataSharesForProducerRequest.BuilderDescribeDataSharesForProducerRequest.Builder. status(DataShareStatusForProducer status)An identifier giving the status of a datashare in the producer.
-