| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model |
| Modifier and Type | Method and Description |
|---|---|
static ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.builder() |
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.nextToken(String nextToken)
The token for the next set of items to return.
|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.rotationShifts(Collection<RotationShift> rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.Builder.rotationShifts(RotationShift... rotationShifts)
Information about shifts that meet the filter criteria.
|
ListRotationShiftsResponse.Builder |
ListRotationShiftsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRotationShiftsResponse.Builder> |
ListRotationShiftsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.