Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ListAutoshiftsResponse
-
Packages that use ListAutoshiftsResponse Package Description software.amazon.awssdk.services.arczonalshift Welcome to the Zonal Shift API Reference Guide for 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 the active autoshifts for a specified resource.default ListAutoshiftsResponseArcZonalShiftClient. listAutoshifts(ListAutoshiftsRequest listAutoshiftsRequest)Returns the active autoshifts for a specified resource.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 the active autoshifts for a specified resource.default CompletableFuture<ListAutoshiftsResponse>ArcZonalShiftAsyncClient. listAutoshifts(ListAutoshiftsRequest listAutoshiftsRequest)Returns the active autoshifts for a specified resource. -
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)
-