Package com.amazonaws.partitions.model
Class Partitions
- java.lang.Object
-
- com.amazonaws.partitions.model.Partitions
-
public class Partitions extends Object
Metadata of all partitions.
-
-
Constructor Summary
Constructors Constructor Description Partitions(String version, List<Partition> partitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Partition>
getPartitions()
returns the list of all partitions loaded from the partition metadata document.String
getVersion()
returns the version of the json schema for the partition metadata document.
-