Uses of Class
software.amazon.awssdk.services.resiliencehub.model.ListAppVersionResourceMappingsRequest
-
Packages that use ListAppVersionResourceMappingsRequest 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 ListAppVersionResourceMappingsRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type ListAppVersionResourceMappingsRequest Modifier and Type Method Description default CompletableFuture<ListAppVersionResourceMappingsResponse>ResiliencehubAsyncClient. listAppVersionResourceMappings(ListAppVersionResourceMappingsRequest listAppVersionResourceMappingsRequest)Lists how the resources in an application version are mapped/sourced from.default ListAppVersionResourceMappingsResponseResiliencehubClient. listAppVersionResourceMappings(ListAppVersionResourceMappingsRequest listAppVersionResourceMappingsRequest)Lists how the resources in an application version are mapped/sourced from.default ListAppVersionResourceMappingsPublisherResiliencehubAsyncClient. listAppVersionResourceMappingsPaginator(ListAppVersionResourceMappingsRequest listAppVersionResourceMappingsRequest)Lists how the resources in an application version are mapped/sourced from.default ListAppVersionResourceMappingsIterableResiliencehubClient. listAppVersionResourceMappingsPaginator(ListAppVersionResourceMappingsRequest listAppVersionResourceMappingsRequest)Lists how the resources in an application version are mapped/sourced from. -
Uses of ListAppVersionResourceMappingsRequest in software.amazon.awssdk.services.resiliencehub.paginators
Constructors in software.amazon.awssdk.services.resiliencehub.paginators with parameters of type ListAppVersionResourceMappingsRequest Constructor Description ListAppVersionResourceMappingsIterable(ResiliencehubClient client, ListAppVersionResourceMappingsRequest firstRequest)ListAppVersionResourceMappingsPublisher(ResiliencehubAsyncClient client, ListAppVersionResourceMappingsRequest firstRequest) -
Uses of ListAppVersionResourceMappingsRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type ListAppVersionResourceMappingsRequest Modifier and Type Method Description SdkHttpFullRequestListAppVersionResourceMappingsRequestMarshaller. marshall(ListAppVersionResourceMappingsRequest listAppVersionResourceMappingsRequest)
-