Class Service
java.lang.Object
software.amazon.awssdk.codegen.lite.regions.model.Service
Endpoint configuration for a service in a partition.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionreturns the default endpoints configuration for all regions in a partition.Returns the endpoints configuration for all regions in a partition that service supports.returns the region name if the service is enabled partition wide.booleanA convenient method that returns true if a service has a partition wide endpoint available.returns true if the service is regionalized.voidsetDefaults(Endpoint defaults) Sets the default endpoints configuration for all regions in a partition.voidsetEndpoints(Map<String, Endpoint> endpoints) voidsetIsRegionalized(Boolean regionalized) sets the regionalized property for a service..voidsetPartitionEndpoint(String partitionEndpoint) sets the region name if the service is enabled partition wide. 
- 
Constructor Details
- 
Service
public Service() - 
Service
 
 - 
 - 
Method Details
- 
getEndpoints
Returns the endpoints configuration for all regions in a partition that service supports. - 
setEndpoints
 - 
getDefaults
returns the default endpoints configuration for all regions in a partition. - 
setDefaults
Sets the default endpoints configuration for all regions in a partition. - 
getPartitionEndpoint
returns the region name if the service is enabled partition wide. - 
setPartitionEndpoint
sets the region name if the service is enabled partition wide. - 
isRegionalized
returns true if the service is regionalized. - 
setIsRegionalized
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. 
 -