Interface: endpoints.EnumPartitions
import "../ibm-cos-sdk-go/aws/endpoints"
Overview
EnumPartitions a provides a way to retrieve the underlying partitions that make up the SDK's default Resolver, or any resolver decoded from a model file.
Use this interface with DefaultResolver and DecodeModels to get the list of Partitions.
Interface Method Summary collapse
- Partitions() []Partition interface
Interface Method Details
Partitions() []Partition
This method is abstract.
255 |
// File 'aws/endpoints/endpoints.go', line 255 |