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