Package | Description |
---|---|
com.ibm.cloud.objectstorage.partitions.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Partition.getDefaults()
Returns the default endpoint configuration of the partition.
|
Endpoint |
Service.getDefaults()
returns the default endpoints configuration for all regions in a
partition.
|
static Endpoint |
Endpoint.merge(Endpoint defaults,
Endpoint override)
Merges the given endpoints and returns the merged one.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Endpoint> |
Service.getEndpoints()
Returns the endpoints configuration for all regions in a partition
that service supports.
|
Modifier and Type | Method and Description |
---|---|
static Endpoint |
Endpoint.merge(Endpoint defaults,
Endpoint override)
Merges the given endpoints and returns the merged one.
|
void |
Partition.setDefaults(Endpoint defaults)
Sets the default endpoint configuration of the partition.
|
void |
Service.setDefaults(Endpoint defaults)
Sets the default endpoints configuration for all regions in a
partition.
|
Constructor and Description |
---|
Service(Map<String,Endpoint> endpoints) |
Copyright © 2024. All rights reserved.