Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListRotationShiftsResponse.Builder
-
Packages that use ListRotationShiftsResponse.Builder Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ListRotationShiftsResponse.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListRotationShiftsResponse.Builder Modifier and Type Method Description static ListRotationShiftsResponse.BuilderListRotationShiftsResponse. builder()ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. nextToken(String nextToken)The token for the next set of items to return.ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. rotationShifts(Collection<RotationShift> rotationShifts)Information about shifts that meet the filter criteria.ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. rotationShifts(Consumer<RotationShift.Builder>... rotationShifts)Information about shifts that meet the filter criteria.ListRotationShiftsResponse.BuilderListRotationShiftsResponse.Builder. rotationShifts(RotationShift... rotationShifts)Information about shifts that meet the filter criteria.ListRotationShiftsResponse.BuilderListRotationShiftsResponse. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListRotationShiftsResponse.Builder Modifier and Type Method Description static Class<? extends ListRotationShiftsResponse.Builder>ListRotationShiftsResponse. serializableBuilderClass()
-