Package | Description |
---|---|
com.amazonaws.partitions | |
com.amazonaws.partitions.model |
Modifier and Type | Field and Description |
---|---|
private Partition |
PartitionRegionImpl.partition
partition where the region is present.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Partition> |
PartitionMetadataProvider.partitionMap |
Constructor and Description |
---|
PartitionRegionImpl(java.lang.String region,
Partition p) |
Constructor and Description |
---|
PartitionMetadataProvider(java.util.List<Partition> partitions) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Partition> |
Partitions.partitions
list of partitions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Partition> |
Partitions.getPartitions()
returns the list of all partitions loaded from the partition metadata document.
|
Constructor and Description |
---|
Partitions(java.lang.String version,
java.util.List<Partition> partitions) |