| Package | Description |
|---|---|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
MultiRegionAccessPointRoute |
MultiRegionAccessPointRoute.clone() |
MultiRegionAccessPointRoute |
MultiRegionAccessPointRoute.withBucket(String bucket)
The name of the Amazon S3 bucket for which you'll submit a routing configuration change.
|
MultiRegionAccessPointRoute |
MultiRegionAccessPointRoute.withRegion(String region)
The Amazon Web Services Region to which you'll be submitting a routing configuration change.
|
MultiRegionAccessPointRoute |
MultiRegionAccessPointRoute.withTrafficDialPercentage(Integer trafficDialPercentage)
The traffic state for the specified bucket or Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiRegionAccessPointRoute> |
GetMultiRegionAccessPointRoutesResult.getRoutes()
The different routes that make up the route configuration.
|
List<MultiRegionAccessPointRoute> |
SubmitMultiRegionAccessPointRoutesRequest.getRouteUpdates()
The different routes that make up the new route configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetMultiRegionAccessPointRoutesResult |
GetMultiRegionAccessPointRoutesResult.withRoutes(MultiRegionAccessPointRoute... routes)
The different routes that make up the route configuration.
|
SubmitMultiRegionAccessPointRoutesRequest |
SubmitMultiRegionAccessPointRoutesRequest.withRouteUpdates(MultiRegionAccessPointRoute... routeUpdates)
The different routes that make up the new route configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMultiRegionAccessPointRoutesResult.setRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration.
|
void |
SubmitMultiRegionAccessPointRoutesRequest.setRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration.
|
GetMultiRegionAccessPointRoutesResult |
GetMultiRegionAccessPointRoutesResult.withRoutes(Collection<MultiRegionAccessPointRoute> routes)
The different routes that make up the route configuration.
|
SubmitMultiRegionAccessPointRoutesRequest |
SubmitMultiRegionAccessPointRoutesRequest.withRouteUpdates(Collection<MultiRegionAccessPointRoute> routeUpdates)
The different routes that make up the new route configuration.
|
Copyright © 2023. All rights reserved.