Interface TokenTransformer<T extends SdkToken,R extends AwsResponse>
-
- Type Parameters:
T- AwsToken that needs to be transformed to.R- AwsResponse that needs to be transformed from.
public interface TokenTransformer<T extends SdkToken,R extends AwsResponse>Transformer to convert the response received from service to respective Token objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ttransform(R awsResponse)API to convert the response received from the service to Token.
-