Uses of Class
software.amazon.awssdk.services.m2.model.GetApplicationVersionResponse
-
Packages that use GetApplicationVersionResponse 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 GetApplicationVersionResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetApplicationVersionResponse Modifier and Type Method Description default GetApplicationVersionResponseM2Client. getApplicationVersion(Consumer<GetApplicationVersionRequest.Builder> getApplicationVersionRequest)Returns details about a specific version of a specific application.default GetApplicationVersionResponseM2Client. getApplicationVersion(GetApplicationVersionRequest getApplicationVersionRequest)Returns details about a specific version of a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetApplicationVersionResponse Modifier and Type Method Description default CompletableFuture<GetApplicationVersionResponse>M2AsyncClient. getApplicationVersion(Consumer<GetApplicationVersionRequest.Builder> getApplicationVersionRequest)Returns details about a specific version of a specific application.default CompletableFuture<GetApplicationVersionResponse>M2AsyncClient. getApplicationVersion(GetApplicationVersionRequest getApplicationVersionRequest)Returns details about a specific version of a specific application.
-