Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CreateAnomalyMonitorRequest.Builder
-
Packages that use CreateAnomalyMonitorRequest.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 CreateAnomalyMonitorRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type CreateAnomalyMonitorRequest.Builder 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 CreateAnomalyMonitorResponseCostExplorerClient. createAnomalyMonitor(Consumer<CreateAnomalyMonitorRequest.Builder> createAnomalyMonitorRequest)Creates a new cost anomaly detection monitor with the requested type and monitor specification. -
Uses of CreateAnomalyMonitorRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CreateAnomalyMonitorRequest.Builder Modifier and Type Method Description default CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. anomalyMonitor(Consumer<AnomalyMonitor.Builder> anomalyMonitor)The cost anomaly detection monitor object that you want to create.CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. anomalyMonitor(AnomalyMonitor anomalyMonitor)The cost anomaly detection monitor object that you want to create.static CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest. builder()CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specifiedAnomalyMonitor.CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. resourceTags(Consumer<ResourceTag.Builder>... resourceTags)An optional list of tags to associate with the specifiedAnomalyMonitor.CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specifiedAnomalyMonitor.CreateAnomalyMonitorRequest.BuilderCreateAnomalyMonitorRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CreateAnomalyMonitorRequest.Builder Modifier and Type Method Description static Class<? extends CreateAnomalyMonitorRequest.Builder>CreateAnomalyMonitorRequest. serializableBuilderClass()
-