| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
DomainStats |
DomainStats.clone() |
DomainStats |
GetDomainResult.getStats()
Usage-specific statistics about the domain.
|
DomainStats |
DomainStats.withMeteringProfileCount(Long meteringProfileCount)
The number of profiles that you are currently paying for in the domain.
|
DomainStats |
DomainStats.withObjectCount(Long objectCount)
The total number of objects in domain.
|
DomainStats |
DomainStats.withProfileCount(Long profileCount)
The total number of profiles currently in the domain.
|
DomainStats |
DomainStats.withTotalSize(Long totalSize)
The total size, in bytes, of all objects in the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainResult.setStats(DomainStats stats)
Usage-specific statistics about the domain.
|
GetDomainResult |
GetDomainResult.withStats(DomainStats stats)
Usage-specific statistics about the domain.
|
Copyright © 2024. All rights reserved.