Uses of Interface
software.amazon.awssdk.regions.PartitionEndpointKey.Builder
-
Packages that use PartitionEndpointKey.Builder Package Description software.amazon.awssdk.regions -
-
Uses of PartitionEndpointKey.Builder in software.amazon.awssdk.regions
Methods in software.amazon.awssdk.regions that return PartitionEndpointKey.Builder Modifier and Type Method Description static PartitionEndpointKey.BuilderPartitionEndpointKey. builder()Create a builder for aPartitionEndpointKey.PartitionEndpointKey.BuilderPartitionEndpointKey.Builder. tags(Collection<EndpointTag> tags)Configure the tags associated with the partition endpoint that should be retrieved.PartitionEndpointKey.BuilderPartitionEndpointKey.Builder. tags(EndpointTag... tags)Configure the tags associated with the partition endpoint that should be retrieved.
-