| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
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> |
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> |
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> |
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> |
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> |
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> |
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> |
RestoreDbInstanceToPointInTimeRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
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.
|
ModifyDbInstanceRequest.Builder |
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.
|
RestoreDbInstanceFromS3Request.Builder |
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.
|
DBSnapshot.Builder |
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.
|
CreateDbInstanceRequest.Builder |
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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
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.
|
CreateDbInstanceReadReplicaRequest.Builder |
CreateDbInstanceReadReplicaRequest.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 |
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.
|
PendingModifiedValues.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance.Builder |
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.
|
ModifyDbInstanceRequest.Builder |
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.
|
RestoreDbInstanceFromS3Request.Builder |
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.
|
DBSnapshot.Builder |
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.
|
CreateDbInstanceRequest.Builder |
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.
|
RestoreDbInstanceFromDbSnapshotRequest.Builder |
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.
|
CreateDbInstanceReadReplicaRequest.Builder |
CreateDbInstanceReadReplicaRequest.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 |
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.
|
PendingModifiedValues.Builder |
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.
|
Copyright © 2022. All rights reserved.