T
- The service specific representation of AwsResource
.public interface ArnConverter<T extends AwsResource>
AwsResource
. Services that model
their own AWS resources will provide a specific implementation of this ARN parser.
Modifier and Type | Method and Description |
---|---|
T |
convertArn(Arn arn)
Converts an AWS ARN into a service specific
AwsResource . |
T convertArn(Arn arn)
AwsResource
.arn
- The ARN to convert.AwsResource
.Copyright © 2023. All rights reserved.