Uses of Interface
software.amazon.awssdk.services.costexplorer.model.UpdateAnomalyMonitorRequest.Builder
-
Packages that use UpdateAnomalyMonitorRequest.Builder 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.model -
-
Uses of UpdateAnomalyMonitorRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type UpdateAnomalyMonitorRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAnomalyMonitorResponse>CostExplorerAsyncClient. updateAnomalyMonitor(Consumer<UpdateAnomalyMonitorRequest.Builder> updateAnomalyMonitorRequest)Updates an existing cost anomaly monitor.default UpdateAnomalyMonitorResponseCostExplorerClient. updateAnomalyMonitor(Consumer<UpdateAnomalyMonitorRequest.Builder> updateAnomalyMonitorRequest)Updates an existing cost anomaly monitor. -
Uses of UpdateAnomalyMonitorRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return UpdateAnomalyMonitorRequest.Builder Modifier and Type Method Description static UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest. builder()UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest.Builder. monitorArn(String monitorArn)Cost anomaly monitor Amazon Resource Names (ARNs).UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest.Builder. monitorName(String monitorName)The new name for the cost anomaly monitor.UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAnomalyMonitorRequest.BuilderUpdateAnomalyMonitorRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type UpdateAnomalyMonitorRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAnomalyMonitorRequest.Builder>UpdateAnomalyMonitorRequest. serializableBuilderClass()
-