Uses of Interface
software.amazon.awssdk.services.appsync.model.GetIntrospectionSchemaRequest.Builder
-
Packages that use GetIntrospectionSchemaRequest.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 GetIntrospectionSchemaRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type GetIntrospectionSchemaRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntrospectionSchemaResponse>AppSyncAsyncClient. getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API.default GetIntrospectionSchemaResponseAppSyncClient. getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)Retrieves the introspection schema for a GraphQL API. -
Uses of GetIntrospectionSchemaRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return GetIntrospectionSchemaRequest.Builder Modifier and Type Method Description GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. apiId(String apiId)The API ID.static GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest. builder()GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. format(String format)The schema format: SDL or JSON.GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. format(OutputType format)The schema format: SDL or JSON.GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. includeDirectives(Boolean includeDirectives)A flag that specifies whether the schema introspection should contain directives.GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntrospectionSchemaRequest.BuilderGetIntrospectionSchemaRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type GetIntrospectionSchemaRequest.Builder Modifier and Type Method Description static Class<? extends GetIntrospectionSchemaRequest.Builder>GetIntrospectionSchemaRequest. serializableBuilderClass()
-