Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRdsDbProcessorFeature
-
Packages that use AwsRdsDbProcessorFeature Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRdsDbProcessorFeature in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRdsDbProcessorFeature Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRdsDbProcessorFeature Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.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.BuilderAwsRdsDbPendingModifiedValues.Builder. processorFeatures(AwsRdsDbProcessorFeature... processorFeatures)Processor features that are being updated.AwsRdsDbSnapshotDetails.BuilderAwsRdsDbSnapshotDetails.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.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRdsDbProcessorFeature Modifier and Type Method Description AwsRdsDbInstanceDetails.BuilderAwsRdsDbInstanceDetails.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.BuilderAwsRdsDbPendingModifiedValues.Builder. processorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)Processor features that are being updated.AwsRdsDbSnapshotDetails.BuilderAwsRdsDbSnapshotDetails.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.
-