| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbSnapshotDetails.processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbInstanceDetails.processorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbPendingModifiedValues.processorFeatures()
Processor features that are being updated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.processorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.processorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbPendingModifiedValues.Builder |
AwsRdsDbPendingModifiedValues.Builder.processorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
Processor features that are being updated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSnapshotDetails.Builder |
AwsRdsDbSnapshotDetails.Builder.processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbPendingModifiedValues.Builder |
AwsRdsDbPendingModifiedValues.Builder.processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
Copyright © 2023. All rights reserved.