Uses of Class
software.amazon.awssdk.services.m2.model.GetApplicationResponse
-
Packages that use GetApplicationResponse 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 GetApplicationResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return GetApplicationResponse Modifier and Type Method Description default GetApplicationResponseM2Client. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Describes the details of a specific application.default GetApplicationResponseM2Client. getApplication(GetApplicationRequest getApplicationRequest)Describes the details of a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type GetApplicationResponse Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>M2AsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Describes the details of a specific application.default CompletableFuture<GetApplicationResponse>M2AsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Describes the details of a specific application.
-