Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DisassociateConfigurationItemsFromApplicationResponse
-
Packages that use DisassociateConfigurationItemsFromApplicationResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of DisassociateConfigurationItemsFromApplicationResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return DisassociateConfigurationItemsFromApplicationResponse Modifier and Type Method Description default DisassociateConfigurationItemsFromApplicationResponseApplicationDiscoveryClient. disassociateConfigurationItemsFromApplication(Consumer<DisassociateConfigurationItemsFromApplicationRequest.Builder> disassociateConfigurationItemsFromApplicationRequest)Disassociates one or more configuration items from an application.default DisassociateConfigurationItemsFromApplicationResponseApplicationDiscoveryClient. disassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest disassociateConfigurationItemsFromApplicationRequest)Disassociates one or more configuration items from an application.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type DisassociateConfigurationItemsFromApplicationResponse Modifier and Type Method Description default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse>ApplicationDiscoveryAsyncClient. disassociateConfigurationItemsFromApplication(Consumer<DisassociateConfigurationItemsFromApplicationRequest.Builder> disassociateConfigurationItemsFromApplicationRequest)Disassociates one or more configuration items from an application.default CompletableFuture<DisassociateConfigurationItemsFromApplicationResponse>ApplicationDiscoveryAsyncClient. disassociateConfigurationItemsFromApplication(DisassociateConfigurationItemsFromApplicationRequest disassociateConfigurationItemsFromApplicationRequest)Disassociates one or more configuration items from an application.
-