| Package | Description |
|---|---|
| com.amazonaws.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
ZonalShiftInResource |
ZonalShiftInResource.clone() |
ZonalShiftInResource |
ZonalShiftInResource.withAppliedStatus(AppliedStatus appliedStatus)
An
appliedStatus for a zonal shift for a resource can have one of two values: APPLIED
or NOT_APPLIED. |
ZonalShiftInResource |
ZonalShiftInResource.withAppliedStatus(String appliedStatus)
An
appliedStatus for a zonal shift for a resource can have one of two values: APPLIED
or NOT_APPLIED. |
ZonalShiftInResource |
ZonalShiftInResource.withAwayFrom(String awayFrom)
The Availability Zone that traffic is moved away from for a resource when you start a zonal shift.
|
ZonalShiftInResource |
ZonalShiftInResource.withComment(String comment)
A comment that you enter about the zonal shift.
|
ZonalShiftInResource |
ZonalShiftInResource.withExpiryTime(Date expiryTime)
The expiry time (expiration time) for the zonal shift.
|
ZonalShiftInResource |
ZonalShiftInResource.withResourceIdentifier(String resourceIdentifier)
The identifier for the resource to include in a zonal shift.
|
ZonalShiftInResource |
ZonalShiftInResource.withStartTime(Date startTime)
The time (UTC) when the zonal shift is started.
|
ZonalShiftInResource |
ZonalShiftInResource.withZonalShiftId(String zonalShiftId)
The identifier of a zonal shift.
|
| Modifier and Type | Method and Description |
|---|---|
List<ZonalShiftInResource> |
GetManagedResourceResult.getZonalShifts()
The zonal shifts that are currently active for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedResourceResult |
GetManagedResourceResult.withZonalShifts(ZonalShiftInResource... zonalShifts)
The zonal shifts that are currently active for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedResourceResult.setZonalShifts(Collection<ZonalShiftInResource> zonalShifts)
The zonal shifts that are currently active for a resource.
|
GetManagedResourceResult |
GetManagedResourceResult.withZonalShifts(Collection<ZonalShiftInResource> zonalShifts)
The zonal shifts that are currently active for a resource.
|
Copyright © 2023. All rights reserved.