Uses of Class
software.amazon.awssdk.services.dataexchange.model.ReceivedDataGrantSummariesEntry
-
Packages that use ReceivedDataGrantSummariesEntry Package Description software.amazon.awssdk.services.dataexchange.model software.amazon.awssdk.services.dataexchange.paginators -
-
Uses of ReceivedDataGrantSummariesEntry in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type ReceivedDataGrantSummariesEntry Modifier and Type Method Description List<ReceivedDataGrantSummariesEntry>ListReceivedDataGrantsResponse. dataGrantSummaries()An object that contains a list of received data grant information.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type ReceivedDataGrantSummariesEntry Modifier and Type Method Description ListReceivedDataGrantsResponse.BuilderListReceivedDataGrantsResponse.Builder. dataGrantSummaries(ReceivedDataGrantSummariesEntry... dataGrantSummaries)An object that contains a list of received data grant information.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type ReceivedDataGrantSummariesEntry Modifier and Type Method Description ListReceivedDataGrantsResponse.BuilderListReceivedDataGrantsResponse.Builder. dataGrantSummaries(Collection<ReceivedDataGrantSummariesEntry> dataGrantSummaries)An object that contains a list of received data grant information. -
Uses of ReceivedDataGrantSummariesEntry in software.amazon.awssdk.services.dataexchange.paginators
Methods in software.amazon.awssdk.services.dataexchange.paginators that return types with arguments of type ReceivedDataGrantSummariesEntry Modifier and Type Method Description SdkIterable<ReceivedDataGrantSummariesEntry>ListReceivedDataGrantsIterable. dataGrantSummaries()Returns an iterable to iterate through the paginatedListReceivedDataGrantsResponse.dataGrantSummaries()member.SdkPublisher<ReceivedDataGrantSummariesEntry>ListReceivedDataGrantsPublisher. dataGrantSummaries()Returns a publisher that can be used to get a stream of data.
-