Package | Description |
---|---|
com.ibm.cloud.objectstorage | |
com.ibm.cloud.objectstorage.client.builder | |
com.ibm.cloud.objectstorage.metrics |
Classes used to support the AWS SDK metrics API.
|
com.ibm.cloud.objectstorage.regions |
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceClient.configureRegion(Regions region)
Deprecated.
|
<T extends AmazonWebServiceClient> |
AmazonWebServiceClient.withRegion(Regions region)
Deprecated.
use
AwsClientBuilder.withRegion(Regions) for example:
AmazonSNSClientBuilder.standard().withRegion(region).build(); |
Modifier and Type | Method and Description |
---|---|
Subclass |
AwsClientBuilder.withRegion(Regions region)
Sets the region to be used by the client.
|
Modifier and Type | Method and Description |
---|---|
static Regions |
AwsSdkMetrics.getRegion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
AwsSdkMetrics.setRegion(Regions region)
Sets the region to be used for the default AWS SDK metric collector;
or null if the default is to be used.
|
Modifier and Type | Field and Description |
---|---|
static Regions |
Regions.DEFAULT_REGION
The default region that new customers in the US are encouraged to use
when using AWS services for the first time.
|
Modifier and Type | Method and Description |
---|---|
static Regions |
Regions.fromName(String regionName)
Returns a region enum corresponding to the given region name.
|
static Regions |
Regions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Regions[] |
Regions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Region |
Region.getRegion(Regions region)
Returns the region with the id given, or null if it cannot be found in
the current regions.xml file.
|
Copyright © 2024. All rights reserved.