Uses of Class
software.amazon.awssdk.services.m2.model.StartApplicationResponse
-
Packages that use StartApplicationResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of StartApplicationResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return StartApplicationResponse Modifier and Type Method Description default StartApplicationResponseM2Client. startApplication(Consumer<StartApplicationRequest.Builder> startApplicationRequest)Starts an application that is currently stopped.default StartApplicationResponseM2Client. startApplication(StartApplicationRequest startApplicationRequest)Starts an application that is currently stopped.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type StartApplicationResponse Modifier and Type Method Description default CompletableFuture<StartApplicationResponse>M2AsyncClient. startApplication(Consumer<StartApplicationRequest.Builder> startApplicationRequest)Starts an application that is currently stopped.default CompletableFuture<StartApplicationResponse>M2AsyncClient. startApplication(StartApplicationRequest startApplicationRequest)Starts an application that is currently stopped.
-