Uses of Interface
software.amazon.awssdk.services.costexplorer.model.CreateAnomalySubscriptionRequest.Builder
-
Packages that use CreateAnomalySubscriptionRequest.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 CreateAnomalySubscriptionRequest.Builder in software.amazon.awssdk.services.costexplorer
Method parameters in software.amazon.awssdk.services.costexplorer with type arguments of type CreateAnomalySubscriptionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateAnomalySubscriptionResponse>CostExplorerAsyncClient. createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor.default CreateAnomalySubscriptionResponseCostExplorerClient. createAnomalySubscription(Consumer<CreateAnomalySubscriptionRequest.Builder> createAnomalySubscriptionRequest)Adds an alert subscription to a cost anomaly detection monitor. -
Uses of CreateAnomalySubscriptionRequest.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return CreateAnomalySubscriptionRequest.Builder Modifier and Type Method Description default CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. anomalySubscription(Consumer<AnomalySubscription.Builder> anomalySubscription)The cost anomaly subscription object that you want to create.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. anomalySubscription(AnomalySubscription anomalySubscription)The cost anomaly subscription object that you want to create.static CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest. builder()CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specifiedAnomalySubscription.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. resourceTags(Consumer<ResourceTag.Builder>... resourceTags)An optional list of tags to associate with the specifiedAnomalySubscription.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specifiedAnomalySubscription.CreateAnomalySubscriptionRequest.BuilderCreateAnomalySubscriptionRequest. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type CreateAnomalySubscriptionRequest.Builder Modifier and Type Method Description static Class<? extends CreateAnomalySubscriptionRequest.Builder>CreateAnomalySubscriptionRequest. serializableBuilderClass()
-