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