Uses of Class
software.amazon.awssdk.services.mgn.model.ListTemplateActionsResponse
-
Packages that use ListTemplateActionsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListTemplateActionsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListTemplateActionsResponse Modifier and Type Method Description default ListTemplateActionsResponseMgnClient. listTemplateActions(Consumer<ListTemplateActionsRequest.Builder> listTemplateActionsRequest)List template post migration custom actions.default ListTemplateActionsResponseMgnClient. listTemplateActions(ListTemplateActionsRequest listTemplateActionsRequest)List template post migration custom actions.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListTemplateActionsResponse Modifier and Type Method Description default CompletableFuture<ListTemplateActionsResponse>MgnAsyncClient. listTemplateActions(Consumer<ListTemplateActionsRequest.Builder> listTemplateActionsRequest)List template post migration custom actions.default CompletableFuture<ListTemplateActionsResponse>MgnAsyncClient. listTemplateActions(ListTemplateActionsRequest listTemplateActionsRequest)List template post migration custom actions. -
Uses of ListTemplateActionsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListTemplateActionsResponse Modifier and Type Method Description Iterator<ListTemplateActionsResponse>ListTemplateActionsIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListTemplateActionsResponse Modifier and Type Method Description voidListTemplateActionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplateActionsResponse> subscriber)
-