Uses of Class
software.amazon.awssdk.awscore.AwsResponse
-
Packages that use AwsResponse Package Description software.amazon.awssdk.awscore software.amazon.awssdk.awscore.internal.token -
-
Uses of AwsResponse in software.amazon.awssdk.awscore
Methods in software.amazon.awssdk.awscore that return AwsResponse Modifier and Type Method Description AwsResponseAwsResponse.Builder. build()Constructors in software.amazon.awssdk.awscore with parameters of type AwsResponse Constructor Description BuilderImpl(AwsResponse response) -
Uses of AwsResponse in software.amazon.awssdk.awscore.internal.token
Classes in software.amazon.awssdk.awscore.internal.token with type parameters of type AwsResponse Modifier and Type Interface Description interfaceTokenTransformer<T extends SdkToken,R extends AwsResponse>Transformer to convert the response received from service to respective Token objects.
-