Class GeneratedServiceMetadataProvider

java.lang.Object
software.amazon.awssdk.regions.GeneratedServiceMetadataProvider
All Implemented Interfaces:
ServiceMetadataProvider

@Generated("software.amazon.awssdk:codegen") public final class GeneratedServiceMetadataProvider extends Object implements ServiceMetadataProvider
  • Constructor Details

    • GeneratedServiceMetadataProvider

      public GeneratedServiceMetadataProvider()
  • Method Details

    • serviceMetadata

      public ServiceMetadata serviceMetadata(String endpointPrefix)
      Description copied from interface: ServiceMetadataProvider
      Returns the service metadata with the name given, if it exists in the metadata or if it can be derived from the metadata. Otherwise, returns null.
      Specified by:
      serviceMetadata in interface ServiceMetadataProvider
      Parameters:
      endpointPrefix - the service to search for
      Returns:
      the corresponding service metadata, if it exists or derived.