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 Summary
Nested Classes Modifier and Type Class Description static interfaceApiName.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiName.Builderbuilder()Stringname()Stringversion()
-
-
-
Method Detail
-
name
public String name()
-
version
public String version()
-
builder
public static ApiName.Builder builder()
-
-