Uses of Class
software.amazon.awssdk.services.costexplorer.model.CreateAnomalyMonitorRequest
-
Packages that use CreateAnomalyMonitorRequest Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data.software.amazon.awssdk.services.costexplorer.transform -
-
Uses of CreateAnomalyMonitorRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type CreateAnomalyMonitorRequest Modifier and Type Method Description default CompletableFuture<CreateAnomalyMonitorResponse>CostExplorerAsyncClient. createAnomalyMonitor(CreateAnomalyMonitorRequest 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. -
Uses of CreateAnomalyMonitorRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type CreateAnomalyMonitorRequest Modifier and Type Method Description SdkHttpFullRequestCreateAnomalyMonitorRequestMarshaller. marshall(CreateAnomalyMonitorRequest createAnomalyMonitorRequest)
-