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 SummaryFields Modifier and Type Field Description static Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder>API_NAME_INTERCEPTORstatic StringAPI_VERSION_UNKNOWNstatic StringNAME
 - 
Constructor SummaryConstructors Constructor Description ApiNameVersion()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.core.ApiNameapiNameWithVersion()
 
- 
- 
- 
Field Detail- 
API_NAME_INTERCEPTORpublic static final Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder> API_NAME_INTERCEPTOR 
 - 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
API_VERSION_UNKNOWNpublic static final String API_VERSION_UNKNOWN - See Also:
- Constant Field Values
 
 
- 
 
-