Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.DeleteApplicationRequest
-
Packages that use DeleteApplicationRequest 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 DeleteApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry
Methods in software.amazon.awssdk.services.servicecatalogappregistry with parameters of type DeleteApplicationRequest Modifier and Type Method Description default CompletableFuture<DeleteApplicationResponse>ServiceCatalogAppRegistryAsyncClient. deleteApplication(DeleteApplicationRequest 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. -
Uses of DeleteApplicationRequest in software.amazon.awssdk.services.servicecatalogappregistry.transform
Methods in software.amazon.awssdk.services.servicecatalogappregistry.transform with parameters of type DeleteApplicationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteApplicationRequestMarshaller. marshall(DeleteApplicationRequest deleteApplicationRequest)
-