Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse 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. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseServiceCatalogAppRegistryClient. createApplication(Consumer<CreateApplicationRequest.Builder> 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.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ServiceCatalogAppRegistryAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.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.
-