| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbProcessorFeature |
AwsRdsDbProcessorFeature.clone() |
AwsRdsDbProcessorFeature |
AwsRdsDbProcessorFeature.withName(String name)
The name of the processor feature.
|
AwsRdsDbProcessorFeature |
AwsRdsDbProcessorFeature.withValue(String value)
The value of the processor feature.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbSnapshotDetails.getProcessorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbInstanceDetails.getProcessorFeatures()
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
List<AwsRdsDbProcessorFeature> |
AwsRdsDbPendingModifiedValues.getProcessorFeatures()
Processor features that are being updated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
AwsRdsDbPendingModifiedValues |
AwsRdsDbPendingModifiedValues.withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
Processor features that are being updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbSnapshotDetails.setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
void |
AwsRdsDbInstanceDetails.setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
void |
AwsRdsDbPendingModifiedValues.setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
AwsRdsDbSnapshotDetails |
AwsRdsDbSnapshotDetails.withProcessorFeatures(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 |
AwsRdsDbInstanceDetails.withProcessorFeatures(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 |
AwsRdsDbPendingModifiedValues.withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
Copyright © 2022. All rights reserved.