Uses of Class
software.amazon.awssdk.services.costexplorer.model.CreateAnomalyMonitorResponse
-
Packages that use CreateAnomalyMonitorResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of CreateAnomalyMonitorResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return CreateAnomalyMonitorResponse Modifier and Type Method Description default CreateAnomalyMonitorResponseCostExplorerClient. createAnomalyMonitor(Consumer<CreateAnomalyMonitorRequest.Builder> createAnomalyMonitorRequest)Creates a new cost anomaly detection monitor with the requested type and monitor specification.default CreateAnomalyMonitorResponseCostExplorerClient. createAnomalyMonitor(CreateAnomalyMonitorRequest createAnomalyMonitorRequest)Creates a new cost anomaly detection monitor with the requested type and monitor specification.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type CreateAnomalyMonitorResponse Modifier and Type Method Description default CompletableFuture<CreateAnomalyMonitorResponse>CostExplorerAsyncClient. createAnomalyMonitor(Consumer<CreateAnomalyMonitorRequest.Builder> createAnomalyMonitorRequest)Creates a new cost anomaly detection monitor with the requested type and monitor specification.default CompletableFuture<CreateAnomalyMonitorResponse>CostExplorerAsyncClient. createAnomalyMonitor(CreateAnomalyMonitorRequest createAnomalyMonitorRequest)Creates a new cost anomaly detection monitor with the requested type and monitor specification.
-