| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tag key-value pairs to add or update.
|
List<Tag> |
CreateVpcIngressConnectionRequest.getTags()
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
List<Tag> |
CreateVpcConnectorRequest.getTags()
A list of metadata items that you can associate with your VPC connector resource.
|
List<Tag> |
CreateServiceRequest.getTags()
An optional list of metadata items that you can associate with the App Runner service resource.
|
List<Tag> |
CreateObservabilityConfigurationRequest.getTags()
A list of metadata items that you can associate with your observability configuration resource.
|
List<Tag> |
CreateAutoScalingConfigurationRequest.getTags()
A list of metadata items that you can associate with your auto scaling configuration resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
A list of the tag key-value pairs that are associated with the resource.
|
List<Tag> |
CreateConnectionRequest.getTags()
A list of metadata items that you can associate with your connection resource.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tag key-value pairs to add or update.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withTags(Tag... tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateObservabilityConfigurationRequest |
CreateObservabilityConfigurationRequest.withTags(Tag... tags)
A list of metadata items that you can associate with your observability configuration resource.
|
CreateAutoScalingConfigurationRequest |
CreateAutoScalingConfigurationRequest.withTags(Tag... tags)
A list of metadata items that you can associate with your auto scaling configuration resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
A list of the tag key-value pairs that are associated with the resource.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Tag... tags)
A list of metadata items that you can associate with your connection resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tag key-value pairs to add or update.
|
void |
CreateVpcIngressConnectionRequest.setTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
void |
CreateVpcConnectorRequest.setTags(Collection<Tag> tags)
A list of metadata items that you can associate with your VPC connector resource.
|
void |
CreateServiceRequest.setTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the App Runner service resource.
|
void |
CreateObservabilityConfigurationRequest.setTags(Collection<Tag> tags)
A list of metadata items that you can associate with your observability configuration resource.
|
void |
CreateAutoScalingConfigurationRequest.setTags(Collection<Tag> tags)
A list of metadata items that you can associate with your auto scaling configuration resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
A list of the tag key-value pairs that are associated with the resource.
|
void |
CreateConnectionRequest.setTags(Collection<Tag> tags)
A list of metadata items that you can associate with your connection resource.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tag key-value pairs to add or update.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
CreateVpcConnectorRequest |
CreateVpcConnectorRequest.withTags(Collection<Tag> tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the App Runner service resource.
|
CreateObservabilityConfigurationRequest |
CreateObservabilityConfigurationRequest.withTags(Collection<Tag> tags)
A list of metadata items that you can associate with your observability configuration resource.
|
CreateAutoScalingConfigurationRequest |
CreateAutoScalingConfigurationRequest.withTags(Collection<Tag> tags)
A list of metadata items that you can associate with your auto scaling configuration resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
A list of the tag key-value pairs that are associated with the resource.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Collection<Tag> tags)
A list of metadata items that you can associate with your connection resource.
|
Copyright © 2023. All rights reserved.