Uses of Class
software.amazon.awssdk.services.mgn.model.DisconnectFromServiceResponse
-
Packages that use DisconnectFromServiceResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of DisconnectFromServiceResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return DisconnectFromServiceResponse Modifier and Type Method Description default DisconnectFromServiceResponseMgnClient. disconnectFromService(Consumer<DisconnectFromServiceRequest.Builder> disconnectFromServiceRequest)Disconnects specific Source Servers from Application Migration Service.default DisconnectFromServiceResponseMgnClient. disconnectFromService(DisconnectFromServiceRequest disconnectFromServiceRequest)Disconnects specific Source Servers from Application Migration Service.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type DisconnectFromServiceResponse Modifier and Type Method Description default CompletableFuture<DisconnectFromServiceResponse>MgnAsyncClient. disconnectFromService(Consumer<DisconnectFromServiceRequest.Builder> disconnectFromServiceRequest)Disconnects specific Source Servers from Application Migration Service.default CompletableFuture<DisconnectFromServiceResponse>MgnAsyncClient. disconnectFromService(DisconnectFromServiceRequest disconnectFromServiceRequest)Disconnects specific Source Servers from Application Migration Service.
-