Uses of Interface
software.amazon.awssdk.services.appsync.model.DisassociateMergedGraphqlApiRequest.Builder
-
Packages that use DisassociateMergedGraphqlApiRequest.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 DisassociateMergedGraphqlApiRequest.Builder in software.amazon.awssdk.services.appsync
Method parameters in software.amazon.awssdk.services.appsync with type arguments of type DisassociateMergedGraphqlApiRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateMergedGraphqlApiResponse>AppSyncAsyncClient. disassociateMergedGraphqlApi(Consumer<DisassociateMergedGraphqlApiRequest.Builder> disassociateMergedGraphqlApiRequest)Deletes an association between a Merged API and source API using the source API's identifier and the association ID.default DisassociateMergedGraphqlApiResponseAppSyncClient. disassociateMergedGraphqlApi(Consumer<DisassociateMergedGraphqlApiRequest.Builder> disassociateMergedGraphqlApiRequest)Deletes an association between a Merged API and source API using the source API's identifier and the association ID. -
Uses of DisassociateMergedGraphqlApiRequest.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DisassociateMergedGraphqlApiRequest.Builder Modifier and Type Method Description DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest.Builder. associationId(String associationId)The ID generated by the AppSync service for the source API association.static DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest. builder()DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest.Builder. sourceApiIdentifier(String sourceApiIdentifier)The identifier of the AppSync Source API.DisassociateMergedGraphqlApiRequest.BuilderDisassociateMergedGraphqlApiRequest. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DisassociateMergedGraphqlApiRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateMergedGraphqlApiRequest.Builder>DisassociateMergedGraphqlApiRequest. serializableBuilderClass()
-