Uses of Class
software.amazon.awssdk.services.rds.model.ProcessorFeature
Packages that use ProcessorFeature
-
Uses of ProcessorFeature in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ProcessorFeatureModifier and TypeMethodDescriptionfinal List<ProcessorFeature>CreateDbInstanceReadReplicaRequest.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>CreateDbInstanceRequest.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>DBInstance.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>DBSnapshot.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.final List<ProcessorFeature>ModifyDbInstanceRequest.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>PendingModifiedValues.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>RestoreDbInstanceFromDbSnapshotRequest.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>RestoreDbInstanceFromS3Request.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.final List<ProcessorFeature>RestoreDbInstanceToPointInTimeRequest.processorFeatures()The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.Methods in software.amazon.awssdk.services.rds.model with parameters of type ProcessorFeatureModifier and TypeMethodDescriptionCreateDbInstanceReadReplicaRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.CreateDbInstanceRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.DBInstance.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.DBSnapshot.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.ModifyDbInstanceRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.PendingModifiedValues.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceFromDbSnapshotRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceFromS3Request.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.processorFeatures(ProcessorFeature... processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ProcessorFeatureModifier and TypeMethodDescriptionCreateDbInstanceReadReplicaRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.CreateDbInstanceRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.DBInstance.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.DBSnapshot.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.ModifyDbInstanceRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.PendingModifiedValues.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceFromDbSnapshotRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceFromS3Request.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.RestoreDbInstanceToPointInTimeRequest.Builder.processorFeatures(Collection<ProcessorFeature> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.