Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListUnsupportedAppVersionResourcesResponse
-
Packages that use ListUnsupportedAppVersionResourcesResponse Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.paginators -
-
Uses of ListUnsupportedAppVersionResourcesResponse in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub that return ListUnsupportedAppVersionResourcesResponse Modifier and Type Method Description default ListUnsupportedAppVersionResourcesResponseResiliencehubClient. listUnsupportedAppVersionResources(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.default ListUnsupportedAppVersionResourcesResponseResiliencehubClient. listUnsupportedAppVersionResources(ListUnsupportedAppVersionResourcesRequest listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.Methods in software.amazon.awssdk.services.resiliencehub that return types with arguments of type ListUnsupportedAppVersionResourcesResponse Modifier and Type Method Description default CompletableFuture<ListUnsupportedAppVersionResourcesResponse>ResiliencehubAsyncClient. listUnsupportedAppVersionResources(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.default CompletableFuture<ListUnsupportedAppVersionResourcesResponse>ResiliencehubAsyncClient. listUnsupportedAppVersionResources(ListUnsupportedAppVersionResourcesRequest listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub. -
Uses of ListUnsupportedAppVersionResourcesResponse in software.amazon.awssdk.services.resiliencehub.paginators
Methods in software.amazon.awssdk.services.resiliencehub.paginators that return types with arguments of type ListUnsupportedAppVersionResourcesResponse Modifier and Type Method Description Iterator<ListUnsupportedAppVersionResourcesResponse>ListUnsupportedAppVersionResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.resiliencehub.paginators with type arguments of type ListUnsupportedAppVersionResourcesResponse Modifier and Type Method Description voidListUnsupportedAppVersionResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUnsupportedAppVersionResourcesResponse> subscriber)
-