Uses of Class
software.amazon.awssdk.services.rds.model.ProcessorFeature
-
Packages that use ProcessorFeature Package Description software.amazon.awssdk.services.rds.model -
-
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 ProcessorFeature Modifier and Type Method Description 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.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.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.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.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.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.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.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.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 ProcessorFeature Modifier and Type Method Description CreateDbInstanceReadReplicaRequest.BuilderCreateDbInstanceReadReplicaRequest.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.BuilderCreateDbInstanceRequest.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.BuilderDBInstance.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.BuilderDBSnapshot.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.BuilderModifyDbInstanceRequest.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.BuilderPendingModifiedValues.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.BuilderRestoreDbInstanceFromDbSnapshotRequest.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.BuilderRestoreDbInstanceFromS3Request.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.BuilderRestoreDbInstanceToPointInTimeRequest.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 ProcessorFeature Modifier and Type Method Description CreateDbInstanceReadReplicaRequest.BuilderCreateDbInstanceReadReplicaRequest.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.BuilderCreateDbInstanceRequest.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.BuilderDBInstance.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.BuilderDBSnapshot.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.BuilderModifyDbInstanceRequest.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.BuilderPendingModifiedValues.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.BuilderRestoreDbInstanceFromDbSnapshotRequest.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.BuilderRestoreDbInstanceFromS3Request.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.BuilderRestoreDbInstanceToPointInTimeRequest.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.
-