Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListAppVersionsRequest
-
Packages that use ListAppVersionsRequest 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 software.amazon.awssdk.services.resiliencehub.transform -
-
Uses of ListAppVersionsRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type ListAppVersionsRequest Modifier and Type Method Description default CompletableFuture<ListAppVersionsResponse>ResiliencehubAsyncClient. listAppVersions(ListAppVersionsRequest listAppVersionsRequest)Lists the different versions for the Resilience Hub applications.default ListAppVersionsResponseResiliencehubClient. listAppVersions(ListAppVersionsRequest listAppVersionsRequest)Lists the different versions for the Resilience Hub applications.default ListAppVersionsPublisherResiliencehubAsyncClient. listAppVersionsPaginator(ListAppVersionsRequest listAppVersionsRequest)Lists the different versions for the Resilience Hub applications.default ListAppVersionsIterableResiliencehubClient. listAppVersionsPaginator(ListAppVersionsRequest listAppVersionsRequest)Lists the different versions for the Resilience Hub applications. -
Uses of ListAppVersionsRequest in software.amazon.awssdk.services.resiliencehub.paginators
Constructors in software.amazon.awssdk.services.resiliencehub.paginators with parameters of type ListAppVersionsRequest Constructor Description ListAppVersionsIterable(ResiliencehubClient client, ListAppVersionsRequest firstRequest)ListAppVersionsPublisher(ResiliencehubAsyncClient client, ListAppVersionsRequest firstRequest) -
Uses of ListAppVersionsRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type ListAppVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListAppVersionsRequestMarshaller. marshall(ListAppVersionsRequest listAppVersionsRequest)
-