Uses of Class
software.amazon.awssdk.services.machinelearning.model.RDSMetadata
-
Packages that use RDSMetadata Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RDSMetadata in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RDSMetadata Modifier and Type Method Description RDSMetadataDataSource. rdsMetadata()Returns the value of the RDSMetadata property for this object.RDSMetadataGetDataSourceResponse. rdsMetadata()Returns the value of the RDSMetadata property for this object.Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type RDSMetadata Modifier and Type Method Description DataSource.BuilderDataSource.Builder. rdsMetadata(RDSMetadata rdsMetadata)Sets the value of the RDSMetadata property for this object.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. rdsMetadata(RDSMetadata rdsMetadata)Sets the value of the RDSMetadata property for this object.
-