Uses of Class
software.amazon.awssdk.services.drs.model.ListLaunchActionsRequest
-
Packages that use ListLaunchActionsRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.paginators software.amazon.awssdk.services.drs.transform -
-
Uses of ListLaunchActionsRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type ListLaunchActionsRequest Modifier and Type Method Description default CompletableFuture<ListLaunchActionsResponse>DrsAsyncClient. listLaunchActions(ListLaunchActionsRequest listLaunchActionsRequest)Lists resource launch actions.default ListLaunchActionsResponseDrsClient. listLaunchActions(ListLaunchActionsRequest listLaunchActionsRequest)Lists resource launch actions.default ListLaunchActionsPublisherDrsAsyncClient. listLaunchActionsPaginator(ListLaunchActionsRequest listLaunchActionsRequest)This is a variant ofDrsAsyncClient.listLaunchActions(software.amazon.awssdk.services.drs.model.ListLaunchActionsRequest)operation.default ListLaunchActionsIterableDrsClient. listLaunchActionsPaginator(ListLaunchActionsRequest listLaunchActionsRequest)This is a variant ofDrsClient.listLaunchActions(software.amazon.awssdk.services.drs.model.ListLaunchActionsRequest)operation. -
Uses of ListLaunchActionsRequest in software.amazon.awssdk.services.drs.paginators
Constructors in software.amazon.awssdk.services.drs.paginators with parameters of type ListLaunchActionsRequest Constructor Description ListLaunchActionsIterable(DrsClient client, ListLaunchActionsRequest firstRequest)ListLaunchActionsPublisher(DrsAsyncClient client, ListLaunchActionsRequest firstRequest) -
Uses of ListLaunchActionsRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type ListLaunchActionsRequest Modifier and Type Method Description SdkHttpFullRequestListLaunchActionsRequestMarshaller. marshall(ListLaunchActionsRequest listLaunchActionsRequest)
-