Class ApiNameVersion
- java.lang.Object
-
- software.amazon.encryption.s3.internal.ApiNameVersion
-
public class ApiNameVersion extends Object
Provides the information for the ApiName APIs for the AWS SDK
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder>
API_NAME_INTERCEPTOR
static String
API_VERSION_UNKNOWN
static String
NAME
-
Constructor Summary
Constructors Constructor Description ApiNameVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.core.ApiName
apiNameWithVersion()
-
-
-
Field Detail
-
API_NAME_INTERCEPTOR
public static final Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder> API_NAME_INTERCEPTOR
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
API_VERSION_UNKNOWN
public static final String API_VERSION_UNKNOWN
- See Also:
- Constant Field Values
-
-