Uses of Class
software.amazon.awssdk.regions.EndpointTag
-
Packages that use EndpointTag Package Description software.amazon.awssdk.regions -
-
Uses of EndpointTag in software.amazon.awssdk.regions
Fields in software.amazon.awssdk.regions declared as EndpointTag Modifier and Type Field Description static EndpointTagEndpointTag. DUALSTACKstatic EndpointTagEndpointTag. FIPSMethods in software.amazon.awssdk.regions that return EndpointTag Modifier and Type Method Description static EndpointTagEndpointTag. of(String id)Methods in software.amazon.awssdk.regions that return types with arguments of type EndpointTag Modifier and Type Method Description static List<EndpointTag>EndpointTag. endpointTags()Set<EndpointTag>PartitionEndpointKey. tags()Set<EndpointTag>ServiceEndpointKey. tags()Retrieve the tags associated with the endpoint (or the empty set, to use the default endpoint).Methods in software.amazon.awssdk.regions with parameters of type EndpointTag Modifier and Type Method Description PartitionEndpointKey.BuilderPartitionEndpointKey.Builder. tags(EndpointTag... tags)Configure the tags associated with the partition endpoint that should be retrieved.ServiceEndpointKey.BuilderServiceEndpointKey.Builder. tags(EndpointTag... tags)Configure the tags associated with the endpoint that should be loaded.Method parameters in software.amazon.awssdk.regions with type arguments of type EndpointTag Modifier and Type Method Description PartitionEndpointKey.BuilderPartitionEndpointKey.Builder. tags(Collection<EndpointTag> tags)Configure the tags associated with the partition endpoint that should be retrieved.ServiceEndpointKey.BuilderServiceEndpointKey.Builder. tags(Collection<EndpointTag> tags)Configure the tags associated with the endpoint that should be loaded.
-