Package | Description |
---|---|
com.amazonaws.partitions.model |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Service> |
Partition.services
Supported services;
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Service> |
Partition.getServices()
Returns the set of services supported by the partition.
|
Constructor and Description |
---|
Partition(java.lang.String partition,
java.util.Map<java.lang.String,Region> regions,
java.util.Map<java.lang.String,Service> services) |