Uses of Class
software.amazon.awssdk.core.ApiName
-
Packages that use ApiName Package Description software.amazon.awssdk.core -
-
Uses of ApiName in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ApiName Modifier and Type Method Description ApiName
ApiName.Builder. build()
Methods in software.amazon.awssdk.core that return types with arguments of type ApiName Modifier and Type Method Description List<ApiName>
RequestOverrideConfiguration. apiNames()
The optional names of the higher level libraries that constructed the request.List<ApiName>
RequestOverrideConfiguration.Builder. apiNames()
The optional names of the higher level libraries that constructed the request.List<ApiName>
RequestOverrideConfiguration.BuilderImpl. apiNames()
Methods in software.amazon.awssdk.core with parameters of type ApiName Modifier and Type Method Description B
RequestOverrideConfiguration.Builder. addApiName(ApiName apiName)
Set the optional name of the higher level library that constructed the request.B
RequestOverrideConfiguration.BuilderImpl. addApiName(ApiName apiName)
-