Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.transform -
-
Uses of CreateApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ServiceCatalogAppRegistryAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.default CreateApplicationResponseServiceCatalogAppRegistryClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions. -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-