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