Uses of Class
software.amazon.awssdk.services.appsync.model.GetGraphqlApiEnvironmentVariablesResponse
-
Packages that use GetGraphqlApiEnvironmentVariablesResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of GetGraphqlApiEnvironmentVariablesResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetGraphqlApiEnvironmentVariablesResponse Modifier and Type Method Description default GetGraphqlApiEnvironmentVariablesResponseAppSyncClient. getGraphqlApiEnvironmentVariables(Consumer<GetGraphqlApiEnvironmentVariablesRequest.Builder> getGraphqlApiEnvironmentVariablesRequest)Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.default GetGraphqlApiEnvironmentVariablesResponseAppSyncClient. getGraphqlApiEnvironmentVariables(GetGraphqlApiEnvironmentVariablesRequest getGraphqlApiEnvironmentVariablesRequest)Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetGraphqlApiEnvironmentVariablesResponse Modifier and Type Method Description default CompletableFuture<GetGraphqlApiEnvironmentVariablesResponse>AppSyncAsyncClient. getGraphqlApiEnvironmentVariables(Consumer<GetGraphqlApiEnvironmentVariablesRequest.Builder> getGraphqlApiEnvironmentVariablesRequest)Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.default CompletableFuture<GetGraphqlApiEnvironmentVariablesResponse>AppSyncAsyncClient. getGraphqlApiEnvironmentVariables(GetGraphqlApiEnvironmentVariablesRequest getGraphqlApiEnvironmentVariablesRequest)Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.
-