Package software.amazon.awssdk.core
Class ApiName
- java.lang.Object
- 
- software.amazon.awssdk.core.ApiName
 
- 
 public final class ApiName extends Object Encapsulates the API name and version of a library built using the AWS SDK. SeeRequestOverrideConfiguration.Builder.addApiName(ApiName).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceApiName.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiName.Builderbuilder()booleanequals(Object o)inthashCode()Stringname()Stringversion()
 
-