Uses of Class
software.amazon.awssdk.services.m2.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse 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 CreateApplicationResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseM2Client. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates a new application with given parameters.default CreateApplicationResponseM2Client. createApplication(CreateApplicationRequest createApplicationRequest)Creates a new application with given parameters.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>M2AsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates a new application with given parameters.default CompletableFuture<CreateApplicationResponse>M2AsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates a new application with given parameters.
-