| Package | Description |
|---|---|
| com.amazonaws.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
AutoshiftInResource |
AutoshiftInResource.clone() |
AutoshiftInResource |
AutoshiftInResource.withAppliedStatus(AutoshiftAppliedStatus appliedStatus)
The
appliedStatus field specifies which application traffic shift is in effect for a resource when
there is more than one traffic shift active. |
AutoshiftInResource |
AutoshiftInResource.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. |
AutoshiftInResource |
AutoshiftInResource.withAwayFrom(String awayFrom)
The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an
autoshift.
|
AutoshiftInResource |
AutoshiftInResource.withStartTime(Date startTime)
The time (UTC) when the autoshift started.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoshiftInResource> |
GetManagedResourceResult.getAutoshifts()
An array of the autoshifts that are active for the resource.
|
List<AutoshiftInResource> |
ManagedResourceSummary.getAutoshifts()
An array of the autoshifts that have been completed for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetManagedResourceResult |
GetManagedResourceResult.withAutoshifts(AutoshiftInResource... autoshifts)
An array of the autoshifts that are active for the resource.
|
ManagedResourceSummary |
ManagedResourceSummary.withAutoshifts(AutoshiftInResource... autoshifts)
An array of the autoshifts that have been completed for a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetManagedResourceResult.setAutoshifts(Collection<AutoshiftInResource> autoshifts)
An array of the autoshifts that are active for the resource.
|
void |
ManagedResourceSummary.setAutoshifts(Collection<AutoshiftInResource> autoshifts)
An array of the autoshifts that have been completed for a resource.
|
GetManagedResourceResult |
GetManagedResourceResult.withAutoshifts(Collection<AutoshiftInResource> autoshifts)
An array of the autoshifts that are active for the resource.
|
ManagedResourceSummary |
ManagedResourceSummary.withAutoshifts(Collection<AutoshiftInResource> autoshifts)
An array of the autoshifts that have been completed for a resource.
|
Copyright © 2023. All rights reserved.