Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ListZonalShiftsResponse
-
Packages that use ListZonalShiftsResponse Package Description software.amazon.awssdk.services.arczonalshift Welcome to the API Reference Guide for zonal shift and zonal autoshift in Amazon Route 53 Application Recovery Controller (Route 53 ARC).software.amazon.awssdk.services.arczonalshift.paginators -
-
Uses of ListZonalShiftsResponse in software.amazon.awssdk.services.arczonalshift
Methods in software.amazon.awssdk.services.arczonalshift that return ListZonalShiftsResponse Modifier and Type Method Description default ListZonalShiftsResponseArcZonalShiftClient. listZonalShifts(Consumer<ListZonalShiftsRequest.Builder> listZonalShiftsRequest)Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region.default ListZonalShiftsResponseArcZonalShiftClient. listZonalShifts(ListZonalShiftsRequest listZonalShiftsRequest)Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region.Methods in software.amazon.awssdk.services.arczonalshift that return types with arguments of type ListZonalShiftsResponse Modifier and Type Method Description default CompletableFuture<ListZonalShiftsResponse>ArcZonalShiftAsyncClient. listZonalShifts(Consumer<ListZonalShiftsRequest.Builder> listZonalShiftsRequest)Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region.default CompletableFuture<ListZonalShiftsResponse>ArcZonalShiftAsyncClient. listZonalShifts(ListZonalShiftsRequest listZonalShiftsRequest)Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region. -
Uses of ListZonalShiftsResponse in software.amazon.awssdk.services.arczonalshift.paginators
Methods in software.amazon.awssdk.services.arczonalshift.paginators that return types with arguments of type ListZonalShiftsResponse Modifier and Type Method Description Iterator<ListZonalShiftsResponse>ListZonalShiftsIterable. iterator()Method parameters in software.amazon.awssdk.services.arczonalshift.paginators with type arguments of type ListZonalShiftsResponse Modifier and Type Method Description voidListZonalShiftsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListZonalShiftsResponse> subscriber)
-