Uses of Class
software.amazon.awssdk.services.appsync.model.FunctionConfiguration
-
Packages that use FunctionConfiguration Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of FunctionConfiguration in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return FunctionConfiguration Modifier and Type Method Description FunctionConfigurationCreateFunctionResponse. functionConfiguration()TheFunctionobject.FunctionConfigurationGetFunctionResponse. functionConfiguration()TheFunctionobject.FunctionConfigurationUpdateFunctionResponse. functionConfiguration()TheFunctionobject.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type FunctionConfiguration Modifier and Type Method Description List<FunctionConfiguration>ListFunctionsResponse. functions()A list ofFunctionobjects.Methods in software.amazon.awssdk.services.appsync.model with parameters of type FunctionConfiguration Modifier and Type Method Description CreateFunctionResponse.BuilderCreateFunctionResponse.Builder. functionConfiguration(FunctionConfiguration functionConfiguration)TheFunctionobject.GetFunctionResponse.BuilderGetFunctionResponse.Builder. functionConfiguration(FunctionConfiguration functionConfiguration)TheFunctionobject.UpdateFunctionResponse.BuilderUpdateFunctionResponse.Builder. functionConfiguration(FunctionConfiguration functionConfiguration)TheFunctionobject.ListFunctionsResponse.BuilderListFunctionsResponse.Builder. functions(FunctionConfiguration... functions)A list ofFunctionobjects.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type FunctionConfiguration Modifier and Type Method Description ListFunctionsResponse.BuilderListFunctionsResponse.Builder. functions(Collection<FunctionConfiguration> functions)A list ofFunctionobjects.
-