Uses of Class
software.amazon.awssdk.services.arczonalshift.model.ListManagedResourcesResponse
-
Packages that use ListManagedResourcesResponse 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 ListManagedResourcesResponse in software.amazon.awssdk.services.arczonalshift
Methods in software.amazon.awssdk.services.arczonalshift that return ListManagedResourcesResponse Modifier and Type Method Description default ListManagedResourcesResponseArcZonalShiftClient. listManagedResources(Consumer<ListManagedResourcesRequest.Builder> listManagedResourcesRequest)Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them.default ListManagedResourcesResponseArcZonalShiftClient. listManagedResources(ListManagedResourcesRequest listManagedResourcesRequest)Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them.Methods in software.amazon.awssdk.services.arczonalshift that return types with arguments of type ListManagedResourcesResponse Modifier and Type Method Description default CompletableFuture<ListManagedResourcesResponse>ArcZonalShiftAsyncClient. listManagedResources(Consumer<ListManagedResourcesRequest.Builder> listManagedResourcesRequest)Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them.default CompletableFuture<ListManagedResourcesResponse>ArcZonalShiftAsyncClient. listManagedResources(ListManagedResourcesRequest listManagedResourcesRequest)Lists all the resources in your Amazon Web Services account in this Amazon Web Services Region that are managed for zonal shifts in Amazon Route 53 Application Recovery Controller, and information about them. -
Uses of ListManagedResourcesResponse in software.amazon.awssdk.services.arczonalshift.paginators
Methods in software.amazon.awssdk.services.arczonalshift.paginators that return types with arguments of type ListManagedResourcesResponse Modifier and Type Method Description Iterator<ListManagedResourcesResponse>ListManagedResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.arczonalshift.paginators with type arguments of type ListManagedResourcesResponse Modifier and Type Method Description voidListManagedResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedResourcesResponse> subscriber)
-