Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.AssociateConfigurationItemsToApplicationResponse
-
Packages that use AssociateConfigurationItemsToApplicationResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of AssociateConfigurationItemsToApplicationResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return AssociateConfigurationItemsToApplicationResponse Modifier and Type Method Description default AssociateConfigurationItemsToApplicationResponseApplicationDiscoveryClient. associateConfigurationItemsToApplication(Consumer<AssociateConfigurationItemsToApplicationRequest.Builder> associateConfigurationItemsToApplicationRequest)Associates one or more configuration items with an application.default AssociateConfigurationItemsToApplicationResponseApplicationDiscoveryClient. associateConfigurationItemsToApplication(AssociateConfigurationItemsToApplicationRequest associateConfigurationItemsToApplicationRequest)Associates one or more configuration items with an application.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type AssociateConfigurationItemsToApplicationResponse Modifier and Type Method Description default CompletableFuture<AssociateConfigurationItemsToApplicationResponse>ApplicationDiscoveryAsyncClient. associateConfigurationItemsToApplication(Consumer<AssociateConfigurationItemsToApplicationRequest.Builder> associateConfigurationItemsToApplicationRequest)Associates one or more configuration items with an application.default CompletableFuture<AssociateConfigurationItemsToApplicationResponse>ApplicationDiscoveryAsyncClient. associateConfigurationItemsToApplication(AssociateConfigurationItemsToApplicationRequest associateConfigurationItemsToApplicationRequest)Associates one or more configuration items with an application.
-