Uses of Class
software.amazon.awssdk.services.appsync.model.FunctionConfiguration
-
Packages that use FunctionConfiguration Package Description software.amazon.awssdk.services.appsync.model software.amazon.awssdk.services.appsync.paginators -
-
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. -
Uses of FunctionConfiguration in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type FunctionConfiguration Modifier and Type Method Description SdkIterable<FunctionConfiguration>ListFunctionsIterable. functions()Returns an iterable to iterate through the paginatedListFunctionsResponse.functions()member.SdkPublisher<FunctionConfiguration>ListFunctionsPublisher. functions()Returns a publisher that can be used to get a stream of data.
-