Uses of Interface
software.amazon.awssdk.core.ApiName.Builder
-
Packages that use ApiName.Builder Package Description software.amazon.awssdk.core -
-
Uses of ApiName.Builder in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return ApiName.Builder Modifier and Type Method Description static ApiName.Builder
ApiName. builder()
ApiName.Builder
ApiName.Builder. name(String name)
Set the name of the API.ApiName.Builder
ApiName.Builder. version(String version)
Set the version of the API.Method parameters in software.amazon.awssdk.core with type arguments of type ApiName.Builder Modifier and Type Method Description B
RequestOverrideConfiguration.Builder. addApiName(Consumer<ApiName.Builder> apiNameConsumer)
Set the optional name of the higher level library that constructed the request.B
RequestOverrideConfiguration.BuilderImpl. addApiName(Consumer<ApiName.Builder> apiNameConsumer)
-