| Package | Description |
|---|---|
| com.amazonaws.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
Rotation |
Rotation.clone() |
Rotation |
Rotation.withContactIds(Collection<String> contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
|
Rotation |
Rotation.withContactIds(String... contactIds)
The Amazon Resource Names (ARNs) of the contacts assigned to the rotation team.
|
Rotation |
Rotation.withName(String name)
The name of the rotation.
|
Rotation |
Rotation.withRecurrence(RecurrenceSettings recurrence)
Information about when an on-call rotation is in effect and how long the rotation period lasts.
|
Rotation |
Rotation.withRotationArn(String rotationArn)
The Amazon Resource Name (ARN) of the rotation.
|
Rotation |
Rotation.withStartTime(Date startTime)
The date and time the rotation becomes active.
|
Rotation |
Rotation.withTimeZoneId(String timeZoneId)
The time zone the rotation’s activity is based on, in Internet Assigned Numbers Authority (IANA) format.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rotation> |
ListRotationsResult.getRotations()
Information about rotations that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListRotationsResult |
ListRotationsResult.withRotations(Rotation... rotations)
Information about rotations that meet the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRotationsResult.setRotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
|
ListRotationsResult |
ListRotationsResult.withRotations(Collection<Rotation> rotations)
Information about rotations that meet the filter criteria.
|
Copyright © 2025. All rights reserved.