Uses of Class
software.amazon.awssdk.services.appsync.model.GetApiAssociationResponse
-
Packages that use GetApiAssociationResponse 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 GetApiAssociationResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return GetApiAssociationResponse Modifier and Type Method Description default GetApiAssociationResponseAppSyncClient. getApiAssociation(Consumer<GetApiAssociationRequest.Builder> getApiAssociationRequest)Retrieves anApiAssociationobject.default GetApiAssociationResponseAppSyncClient. getApiAssociation(GetApiAssociationRequest getApiAssociationRequest)Retrieves anApiAssociationobject.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type GetApiAssociationResponse Modifier and Type Method Description default CompletableFuture<GetApiAssociationResponse>AppSyncAsyncClient. getApiAssociation(Consumer<GetApiAssociationRequest.Builder> getApiAssociationRequest)Retrieves anApiAssociationobject.default CompletableFuture<GetApiAssociationResponse>AppSyncAsyncClient. getApiAssociation(GetApiAssociationRequest getApiAssociationRequest)Retrieves anApiAssociationobject.
-