@Generated(value="software.amazon.awssdk:codegen") public final class MediaconnectServiceMetadata extends Object implements ServiceMetadata
Constructor and Description |
---|
MediaconnectServiceMetadata() |
Modifier and Type | Method and Description |
---|---|
URI |
endpointFor(ServiceEndpointKey key)
Retrieve the AWS endpoint that should be used for this service associated with the provided
ServiceEndpointKey . |
List<Region> |
regions()
Retrieve the list of regions this service is currently available in.
|
List<ServicePartitionMetadata> |
servicePartitions()
Retrieve the service-specific partition configuration of each partition in which this service is currently available.
|
Region |
signingRegion(ServiceEndpointKey key)
Retrieve the region that should be used for message signing when communicating with this service in the provided region
and with the provided endpoint tags.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endpointFor, of, reconfigure, reconfigure, signingRegion
public List<Region> regions()
ServiceMetadata
regions
in interface ServiceMetadata
public List<ServicePartitionMetadata> servicePartitions()
ServiceMetadata
servicePartitions
in interface ServiceMetadata
public URI endpointFor(ServiceEndpointKey key)
ServiceMetadata
ServiceEndpointKey
.endpointFor
in interface ServiceMetadata
key
- The service endpoint key with which an endpoint should be retrieved.public Region signingRegion(ServiceEndpointKey key)
ServiceMetadata
Region.AWS_GLOBAL
.signingRegion
in interface ServiceMetadata
key
- The service endpoint key with which an endpoint should be retrieved.Copyright © 2022. All rights reserved.