Uses of Class
software.amazon.awssdk.regions.EndpointTag
Packages that use EndpointTag
-
Uses of EndpointTag in software.amazon.awssdk.regions
Fields in software.amazon.awssdk.regions declared as EndpointTagModifier and TypeFieldDescriptionstatic final EndpointTagEndpointTag.DUALSTACKstatic final EndpointTagEndpointTag.FIPSMethods in software.amazon.awssdk.regions that return EndpointTagMethods in software.amazon.awssdk.regions that return types with arguments of type EndpointTagModifier and TypeMethodDescriptionstatic List<EndpointTag>EndpointTag.endpointTags()PartitionEndpointKey.tags()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 EndpointTagModifier and TypeMethodDescriptionPartitionEndpointKey.Builder.tags(EndpointTag... tags) Configure the tags associated with the partition endpoint that should be retrieved.ServiceEndpointKey.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 EndpointTagModifier and TypeMethodDescriptionPartitionEndpointKey.Builder.tags(Collection<EndpointTag> tags) Configure the tags associated with the partition endpoint that should be retrieved.ServiceEndpointKey.Builder.tags(Collection<EndpointTag> tags) Configure the tags associated with the endpoint that should be loaded.