Uses of Class
software.amazon.awssdk.services.mgn.model.ListSourceServerActionsResponse
-
Packages that use ListSourceServerActionsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListSourceServerActionsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListSourceServerActionsResponse Modifier and Type Method Description default ListSourceServerActionsResponseMgnClient. listSourceServerActions(Consumer<ListSourceServerActionsRequest.Builder> listSourceServerActionsRequest)List source server post migration custom actions.default ListSourceServerActionsResponseMgnClient. listSourceServerActions(ListSourceServerActionsRequest listSourceServerActionsRequest)List source server post migration custom actions.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListSourceServerActionsResponse Modifier and Type Method Description default CompletableFuture<ListSourceServerActionsResponse>MgnAsyncClient. listSourceServerActions(Consumer<ListSourceServerActionsRequest.Builder> listSourceServerActionsRequest)List source server post migration custom actions.default CompletableFuture<ListSourceServerActionsResponse>MgnAsyncClient. listSourceServerActions(ListSourceServerActionsRequest listSourceServerActionsRequest)List source server post migration custom actions. -
Uses of ListSourceServerActionsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListSourceServerActionsResponse Modifier and Type Method Description Iterator<ListSourceServerActionsResponse>ListSourceServerActionsIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListSourceServerActionsResponse Modifier and Type Method Description voidListSourceServerActionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceServerActionsResponse> subscriber)
-