Uses of Class
software.amazon.awssdk.services.appsync.model.SourceApiAssociationSummary
-
Packages that use SourceApiAssociationSummary Package Description software.amazon.awssdk.services.appsync.model software.amazon.awssdk.services.appsync.paginators -
-
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. -
Uses of SourceApiAssociationSummary in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type SourceApiAssociationSummary Modifier and Type Method Description SdkIterable<SourceApiAssociationSummary>ListSourceApiAssociationsIterable. sourceApiAssociationSummaries()Returns an iterable to iterate through the paginatedListSourceApiAssociationsResponse.sourceApiAssociationSummaries()member.SdkPublisher<SourceApiAssociationSummary>ListSourceApiAssociationsPublisher. sourceApiAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-