Uses of Class
software.amazon.awssdk.services.backup.model.AggregationPeriod
-
Packages that use AggregationPeriod Package Description software.amazon.awssdk.services.backup.model -
-
Uses of AggregationPeriod in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return AggregationPeriod Modifier and Type Method Description AggregationPeriodListBackupJobSummariesRequest. aggregationPeriod()The period for the returned results.AggregationPeriodListCopyJobSummariesRequest. aggregationPeriod()The period for the returned results.AggregationPeriodListRestoreJobSummariesRequest. aggregationPeriod()The period for the returned results.static AggregationPeriodAggregationPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AggregationPeriodAggregationPeriod. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationPeriod[]AggregationPeriod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type AggregationPeriod Modifier and Type Method Description static Set<AggregationPeriod>AggregationPeriod. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type AggregationPeriod Modifier and Type Method Description ListBackupJobSummariesRequest.BuilderListBackupJobSummariesRequest.Builder. aggregationPeriod(AggregationPeriod aggregationPeriod)The period for the returned results.ListCopyJobSummariesRequest.BuilderListCopyJobSummariesRequest.Builder. aggregationPeriod(AggregationPeriod aggregationPeriod)The period for the returned results.ListRestoreJobSummariesRequest.BuilderListRestoreJobSummariesRequest.Builder. aggregationPeriod(AggregationPeriod aggregationPeriod)The period for the returned results.
-