Uses of Class
software.amazon.awssdk.services.appsync.model.SourceApiAssociationSummary
-
Packages that use SourceApiAssociationSummary Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SourceApiAssociationSummary in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type SourceApiAssociationSummary Modifier and Type Method Description List<SourceApiAssociationSummary>ListSourceApiAssociationsResponse. sourceApiAssociationSummaries()TheSourceApiAssociationSummaryobject data.Methods in software.amazon.awssdk.services.appsync.model with parameters of type SourceApiAssociationSummary Modifier and Type Method Description ListSourceApiAssociationsResponse.BuilderListSourceApiAssociationsResponse.Builder. sourceApiAssociationSummaries(SourceApiAssociationSummary... sourceApiAssociationSummaries)TheSourceApiAssociationSummaryobject data.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type SourceApiAssociationSummary Modifier and Type Method Description ListSourceApiAssociationsResponse.BuilderListSourceApiAssociationsResponse.Builder. sourceApiAssociationSummaries(Collection<SourceApiAssociationSummary> sourceApiAssociationSummaries)TheSourceApiAssociationSummaryobject data.
-