Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.DeleteApplicationResponse
-
Packages that use DeleteApplicationResponse 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 DeleteApplicationResponse in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry that return DeleteApplicationResponse Modifier and Type Method Description default DeleteApplicationResponseServiceCatalogAppRegistryClient. deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)Deletes an application that is specified either by its application ID, name, or ARN.default DeleteApplicationResponseServiceCatalogAppRegistryClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes an application that is specified either by its application ID, name, or ARN.Methods in software.amazon.awssdk.services.servicecatalogappregistry that return types with arguments of type DeleteApplicationResponse Modifier and Type Method Description default CompletableFuture<DeleteApplicationResponse>ServiceCatalogAppRegistryAsyncClient. deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)Deletes an application that is specified either by its application ID, name, or ARN.default CompletableFuture<DeleteApplicationResponse>ServiceCatalogAppRegistryAsyncClient. deleteApplication(DeleteApplicationRequest deleteApplicationRequest)Deletes an application that is specified either by its application ID, name, or ARN.
-