| Package | Description |
|---|---|
| com.amazonaws.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
ZonalShiftInResource |
ZonalShiftInResource.clone() |
ZonalShiftInResource |
ZonalShiftInResource.withAppliedStatus(AppliedStatus appliedStatus)
The
appliedStatus field specifies which application traffic shift is in effect for a resource when
there is more than one traffic shift active. |
ZonalShiftInResource |
ZonalShiftInResource.withAppliedStatus(String appliedStatus)
The
appliedStatus field specifies which application traffic shift is in effect for a resource when
there is more than one traffic shift active. |
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 a customer-started zonal shift.
|
ZonalShiftInResource |
ZonalShiftInResource.withPracticeRunOutcome(PracticeRunOutcome practiceRunOutcome)
The outcome, or end state, returned for a practice run.
|
ZonalShiftInResource |
ZonalShiftInResource.withPracticeRunOutcome(String practiceRunOutcome)
The outcome, or end state, returned for a practice run.
|
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 starts.
|
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.
|
List<ZonalShiftInResource> |
ManagedResourceSummary.getZonalShifts()
An array of the zonal shifts for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedResourceResult |
GetManagedResourceResult.withZonalShifts(ZonalShiftInResource... zonalShifts)
The zonal shifts that are currently active for a resource.
|
ManagedResourceSummary |
ManagedResourceSummary.withZonalShifts(ZonalShiftInResource... zonalShifts)
An array of the zonal shifts 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.
|
void |
ManagedResourceSummary.setZonalShifts(Collection<ZonalShiftInResource> zonalShifts)
An array of the zonal shifts for a resource.
|
GetManagedResourceResult |
GetManagedResourceResult.withZonalShifts(Collection<ZonalShiftInResource> zonalShifts)
The zonal shifts that are currently active for a resource.
|
ManagedResourceSummary |
ManagedResourceSummary.withZonalShifts(Collection<ZonalShiftInResource> zonalShifts)
An array of the zonal shifts for a resource.
|
Copyright © 2023. All rights reserved.