Uses of Class
software.amazon.awssdk.services.servicecatalog.model.AssociateBudgetWithResourceResponse
-
Packages that use AssociateBudgetWithResourceResponse Package Description software.amazon.awssdk.services.servicecatalog Service Catalog -
-
Uses of AssociateBudgetWithResourceResponse in software.amazon.awssdk.services.servicecatalog
Methods in software.amazon.awssdk.services.servicecatalog that return AssociateBudgetWithResourceResponse Modifier and Type Method Description default AssociateBudgetWithResourceResponseServiceCatalogClient. associateBudgetWithResource(Consumer<AssociateBudgetWithResourceRequest.Builder> associateBudgetWithResourceRequest)Associates the specified budget with the specified resource.default AssociateBudgetWithResourceResponseServiceCatalogClient. associateBudgetWithResource(AssociateBudgetWithResourceRequest associateBudgetWithResourceRequest)Associates the specified budget with the specified resource.Methods in software.amazon.awssdk.services.servicecatalog that return types with arguments of type AssociateBudgetWithResourceResponse Modifier and Type Method Description default CompletableFuture<AssociateBudgetWithResourceResponse>ServiceCatalogAsyncClient. associateBudgetWithResource(Consumer<AssociateBudgetWithResourceRequest.Builder> associateBudgetWithResourceRequest)Associates the specified budget with the specified resource.default CompletableFuture<AssociateBudgetWithResourceResponse>ServiceCatalogAsyncClient. associateBudgetWithResource(AssociateBudgetWithResourceRequest associateBudgetWithResourceRequest)Associates the specified budget with the specified resource.
-