| Package | Description |
|---|---|
| software.amazon.awssdk.regions |
| Modifier and Type | Field and Description |
|---|---|
static EndpointTag |
EndpointTag.DUALSTACK |
static EndpointTag |
EndpointTag.FIPS |
| Modifier and Type | Method and Description |
|---|---|
static EndpointTag |
EndpointTag.of(String id) |
| Modifier and Type | Method and Description |
|---|---|
static List<EndpointTag> |
EndpointTag.endpointTags() |
Set<EndpointTag> |
ServiceEndpointKey.tags()
Retrieve the tags associated with the endpoint (or the empty set, to use the default endpoint).
|
Set<EndpointTag> |
PartitionEndpointKey.tags() |
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpointKey.Builder |
ServiceEndpointKey.Builder.tags(EndpointTag... tags)
Configure the tags associated with the endpoint that should be loaded.
|
PartitionEndpointKey.Builder |
PartitionEndpointKey.Builder.tags(EndpointTag... tags)
Configure the tags associated with the partition endpoint that should be retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEndpointKey.Builder |
ServiceEndpointKey.Builder.tags(Collection<EndpointTag> tags)
Configure the tags associated with the endpoint that should be loaded.
|
PartitionEndpointKey.Builder |
PartitionEndpointKey.Builder.tags(Collection<EndpointTag> tags)
Configure the tags associated with the partition endpoint that should be retrieved.
|
Copyright © 2023. All rights reserved.