java.lang.Object
software.amazon.awssdk.codegen.lite.regions.model.Service

public final class Service extends Object
Endpoint configuration for a service in a partition.
  • Constructor Details

  • Method Details

    • getEndpoints

      public Map<String,Endpoint> getEndpoints()
      Returns the endpoints configuration for all regions in a partition that service supports.
    • setEndpoints

      public void setEndpoints(Map<String,Endpoint> endpoints)
    • getDefaults

      public Endpoint getDefaults()
      returns the default endpoints configuration for all regions in a partition.
    • setDefaults

      public void setDefaults(Endpoint defaults)
      Sets the default endpoints configuration for all regions in a partition.
    • getPartitionEndpoint

      public String getPartitionEndpoint()
      returns the region name if the service is enabled partition wide.
    • setPartitionEndpoint

      public void setPartitionEndpoint(String partitionEndpoint)
      sets the region name if the service is enabled partition wide.
    • isRegionalized

      public Boolean isRegionalized()
      returns true if the service is regionalized.
    • setIsRegionalized

      public void setIsRegionalized(Boolean regionalized)
      sets the regionalized property for a service..
    • isPartitionWideEndpointAvailable

      public boolean isPartitionWideEndpointAvailable()
      A convenient method that returns true if a service has a partition wide endpoint available.