Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ZonalShiftSummary
-
Packages that use ZonalShiftSummary Package Description software.amazon.awssdk.services.arczonalshift.model software.amazon.awssdk.services.arczonalshift.paginators -
-
Uses of ZonalShiftSummary in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type ZonalShiftSummary Modifier and Type Method Description List<ZonalShiftSummary>ListZonalShiftsResponse. items()The items in the response list.Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type ZonalShiftSummary Modifier and Type Method Description ListZonalShiftsResponse.BuilderListZonalShiftsResponse.Builder. items(ZonalShiftSummary... items)The items in the response list.Method parameters in software.amazon.awssdk.services.arczonalshift.model with type arguments of type ZonalShiftSummary Modifier and Type Method Description ListZonalShiftsResponse.BuilderListZonalShiftsResponse.Builder. items(Collection<ZonalShiftSummary> items)The items in the response list. -
Uses of ZonalShiftSummary in software.amazon.awssdk.services.arczonalshift.paginators
Methods in software.amazon.awssdk.services.arczonalshift.paginators that return types with arguments of type ZonalShiftSummary Modifier and Type Method Description SdkIterable<ZonalShiftSummary>ListZonalShiftsIterable. items()Returns an iterable to iterate through the paginatedListZonalShiftsResponse.items()member.SdkPublisher<ZonalShiftSummary>ListZonalShiftsPublisher. items()Returns a publisher that can be used to get a stream of data.
-