Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseApplicationDiscoveryClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application with the given name and description.default CreateApplicationResponseApplicationDiscoveryClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application with the given name and description.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ApplicationDiscoveryAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application with the given name and description.default CompletableFuture<CreateApplicationResponse>ApplicationDiscoveryAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application with the given name and description.
-