Uses of Class
software.amazon.awssdk.services.redshift.model.DataShareType
-
Packages that use DataShareType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DataShareType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DataShareType Modifier and Type Method Description DataShareTypeAssociateDataShareConsumerResponse. dataShareType()The type of the datashare created by RegisterNamespace.DataShareTypeAuthorizeDataShareResponse. dataShareType()The type of the datashare created by RegisterNamespace.DataShareTypeDataShare. dataShareType()The type of the datashare created by RegisterNamespace.DataShareTypeDeauthorizeDataShareResponse. dataShareType()The type of the datashare created by RegisterNamespace.DataShareTypeDisassociateDataShareConsumerResponse. dataShareType()The type of the datashare created by RegisterNamespace.DataShareTypeRejectDataShareResponse. dataShareType()The type of the datashare created by RegisterNamespace.static DataShareTypeDataShareType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataShareTypeDataShareType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataShareType[]DataShareType. 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 DataShareType Modifier and Type Method Description static Set<DataShareType>DataShareType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type DataShareType Modifier and Type Method Description AssociateDataShareConsumerResponse.BuilderAssociateDataShareConsumerResponse.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.AuthorizeDataShareResponse.BuilderAuthorizeDataShareResponse.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.DataShare.BuilderDataShare.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.DeauthorizeDataShareResponse.BuilderDeauthorizeDataShareResponse.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.DisassociateDataShareConsumerResponse.BuilderDisassociateDataShareConsumerResponse.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.RejectDataShareResponse.BuilderRejectDataShareResponse.Builder. dataShareType(DataShareType dataShareType)The type of the datashare created by RegisterNamespace.
-