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