| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange |
TimeRange.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TimeRange |
GetUsageTotalsResponse.timeRange()
The inclusive time period that the usage data applies to.
|
TimeRange |
GetUsageStatisticsRequest.timeRange()
The inclusive time period to query usage data for.
|
TimeRange |
GetUsageStatisticsResponse.timeRange()
The inclusive time period that the usage data applies to.
|
static TimeRange |
TimeRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeRange[] |
TimeRange.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TimeRange> |
TimeRange.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageTotalsResponse.Builder |
GetUsageTotalsResponse.Builder.timeRange(TimeRange timeRange)
The inclusive time period that the usage data applies to.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.timeRange(TimeRange timeRange)
The inclusive time period to query usage data for.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.timeRange(TimeRange timeRange)
The inclusive time period that the usage data applies to.
|
Copyright © 2023. All rights reserved.