| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| Modifier and Type | Method and Description |
|---|---|
default GetFunctionResponse |
AppSyncClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Get a
Function. |
default GetFunctionResponse |
AppSyncClient.getFunction(GetFunctionRequest getFunctionRequest)
Get a
Function. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFunctionResponse> |
AppSyncAsyncClient.getFunction(Consumer<GetFunctionRequest.Builder> getFunctionRequest)
Get a
Function. |
default CompletableFuture<GetFunctionResponse> |
AppSyncAsyncClient.getFunction(GetFunctionRequest getFunctionRequest)
Get a
Function. |
Copyright © 2023. All rights reserved.