Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Rotation
-
Packages that use Rotation Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of Rotation in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Rotation Modifier and Type Method Description List<Rotation>ListRotationsResponse. rotations()Information about rotations that meet the filter criteria.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Rotation Modifier and Type Method Description ListRotationsResponse.BuilderListRotationsResponse.Builder. rotations(Rotation... rotations)Information about rotations that meet the filter criteria.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Rotation Modifier and Type Method Description ListRotationsResponse.BuilderListRotationsResponse.Builder. rotations(Collection<Rotation> rotations)Information about rotations that meet the filter criteria. -
Uses of Rotation in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type Rotation Modifier and Type Method Description SdkIterable<Rotation>ListRotationsIterable. rotations()Returns an iterable to iterate through the paginatedListRotationsResponse.rotations()member.SdkPublisher<Rotation>ListRotationsPublisher. rotations()Returns a publisher that can be used to get a stream of data.
-