Package software.amazon.awssdk.regions
Interface ServiceMetadataProvider
-
- All Known Implementing Classes:
GeneratedServiceMetadataProvider
@SdkPublicApi public interface ServiceMetadataProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceMetadataserviceMetadata(String service)Returns the service metadata with the name given, if it exists in the metadata or if it can be derived from the metadata.
-
-
-
Method Detail
-
serviceMetadata
ServiceMetadata serviceMetadata(String service)
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.- Parameters:
service- the service to search for- Returns:
- the corresponding service metadata, if it exists or derived.
-
-