Uses of Interface
software.amazon.awssdk.services.appsync.model.GetFunctionRequest.Builder
-
Packages that use GetFunctionRequest.Builder Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.model -
-
Uses of GetFunctionRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type GetFunctionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetFunctionResponse>AppSyncAsyncClient. getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)Get aFunction.default GetFunctionResponseAppSyncClient. getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)Get aFunction. -
Uses of GetFunctionRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return GetFunctionRequest.Builder Modifier and Type Method Description GetFunctionRequest.BuilderGetFunctionRequest.Builder. apiId(String apiId)The GraphQL API ID.static GetFunctionRequest.BuilderGetFunctionRequest. builder()GetFunctionRequest.BuilderGetFunctionRequest.Builder. functionId(String functionId)TheFunctionID.GetFunctionRequest.BuilderGetFunctionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionRequest.BuilderGetFunctionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFunctionRequest.BuilderGetFunctionRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type GetFunctionRequest.Builder Modifier and Type Method Description static Class<? extends GetFunctionRequest.Builder>GetFunctionRequest. serializableBuilderClass()
-