| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that makes up a tag.
|
Tag |
Tag.withValue(String value)
One part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
VolumeRecommendation.getTags()
A list of tags assigned to your Amazon EBS volume recommendations.
|
List<Tag> |
ECSServiceRecommendation.getTags()
A list of tags assigned to your Amazon ECS service recommendations.
|
List<Tag> |
InstanceRecommendation.getTags()
A list of tags assigned to your Amazon EC2 instance recommendations.
|
List<Tag> |
LambdaFunctionRecommendation.getTags()
A list of tags assigned to your Lambda function recommendations.
|
List<Tag> |
LicenseRecommendation.getTags()
A list of tags assigned to an EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeRecommendation |
VolumeRecommendation.withTags(Tag... tags)
A list of tags assigned to your Amazon EBS volume recommendations.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withTags(Tag... tags)
A list of tags assigned to your Amazon ECS service recommendations.
|
InstanceRecommendation |
InstanceRecommendation.withTags(Tag... tags)
A list of tags assigned to your Amazon EC2 instance recommendations.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withTags(Tag... tags)
A list of tags assigned to your Lambda function recommendations.
|
LicenseRecommendation |
LicenseRecommendation.withTags(Tag... tags)
A list of tags assigned to an EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeRecommendation.setTags(Collection<Tag> tags)
A list of tags assigned to your Amazon EBS volume recommendations.
|
void |
ECSServiceRecommendation.setTags(Collection<Tag> tags)
A list of tags assigned to your Amazon ECS service recommendations.
|
void |
InstanceRecommendation.setTags(Collection<Tag> tags)
A list of tags assigned to your Amazon EC2 instance recommendations.
|
void |
LambdaFunctionRecommendation.setTags(Collection<Tag> tags)
A list of tags assigned to your Lambda function recommendations.
|
void |
LicenseRecommendation.setTags(Collection<Tag> tags)
A list of tags assigned to an EC2 instance.
|
VolumeRecommendation |
VolumeRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Amazon EBS volume recommendations.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Amazon ECS service recommendations.
|
InstanceRecommendation |
InstanceRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Amazon EC2 instance recommendations.
|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to your Lambda function recommendations.
|
LicenseRecommendation |
LicenseRecommendation.withTags(Collection<Tag> tags)
A list of tags assigned to an EC2 instance.
|
Copyright © 2023. All rights reserved.