Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ListAutoshiftsResponse
-
Packages that use ListAutoshiftsResponse 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 ListAutoshiftsResponse in software.amazon.awssdk.services.arczonalshift
Methods in software.amazon.awssdk.services.arczonalshift that return ListAutoshiftsResponse Modifier and Type Method Description default ListAutoshiftsResponseArcZonalShiftClient. listAutoshifts(Consumer<ListAutoshiftsRequest.Builder> listAutoshiftsRequest)Returns a list of autoshifts for an Amazon Web Services Region.default ListAutoshiftsResponseArcZonalShiftClient. listAutoshifts(ListAutoshiftsRequest listAutoshiftsRequest)Returns a list of autoshifts for an Amazon Web Services Region.Methods in software.amazon.awssdk.services.arczonalshift that return types with arguments of type ListAutoshiftsResponse Modifier and Type Method Description default CompletableFuture<ListAutoshiftsResponse>ArcZonalShiftAsyncClient. listAutoshifts(Consumer<ListAutoshiftsRequest.Builder> listAutoshiftsRequest)Returns a list of autoshifts for an Amazon Web Services Region.default CompletableFuture<ListAutoshiftsResponse>ArcZonalShiftAsyncClient. listAutoshifts(ListAutoshiftsRequest listAutoshiftsRequest)Returns a list of autoshifts for an Amazon Web Services Region. -
Uses of ListAutoshiftsResponse in software.amazon.awssdk.services.arczonalshift.paginators
Methods in software.amazon.awssdk.services.arczonalshift.paginators that return types with arguments of type ListAutoshiftsResponse Modifier and Type Method Description Iterator<ListAutoshiftsResponse>ListAutoshiftsIterable. iterator()Method parameters in software.amazon.awssdk.services.arczonalshift.paginators with type arguments of type ListAutoshiftsResponse Modifier and Type Method Description voidListAutoshiftsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAutoshiftsResponse> subscriber)
-