| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.builder() |
CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.Builder.cloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to
create a monthly estimate for DevOps Guru.
|
default CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.Builder.cloudFormation(Consumer<CloudFormationCostEstimationResourceCollectionFilter.Builder> cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to
create a monthly estimate for DevOps Guru.
|
CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.Builder.tags(Collection<TagCostEstimationResourceCollectionFilter> tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
|
CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.Builder.tags(Consumer<TagCostEstimationResourceCollectionFilter.Builder>... tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
|
CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.Builder.tags(TagCostEstimationResourceCollectionFilter... tags)
The Amazon Web Services tags used to filter the resource collection that is used for a cost estimate.
|
CostEstimationResourceCollectionFilter.Builder |
CostEstimationResourceCollectionFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CostEstimationResourceCollectionFilter.Builder> |
CostEstimationResourceCollectionFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCostEstimationResponse.Builder |
GetCostEstimationResponse.Builder.resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)
The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost estimate.
|
default StartCostEstimationRequest.Builder |
StartCostEstimationRequest.Builder.resourceCollection(Consumer<CostEstimationResourceCollectionFilter.Builder> resourceCollection)
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
|
Copyright © 2023. All rights reserved.