Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.Receipt
-
Packages that use Receipt Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of Receipt in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type Receipt Modifier and Type Method Description List<Receipt>ListPageReceiptsResponse. receipts()A list of each acknowledgement.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type Receipt Modifier and Type Method Description ListPageReceiptsResponse.BuilderListPageReceiptsResponse.Builder. receipts(Receipt... receipts)A list of each acknowledgement.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type Receipt Modifier and Type Method Description ListPageReceiptsResponse.BuilderListPageReceiptsResponse.Builder. receipts(Collection<Receipt> receipts)A list of each acknowledgement. -
Uses of Receipt in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type Receipt Modifier and Type Method Description SdkIterable<Receipt>ListPageReceiptsIterable. receipts()Returns an iterable to iterate through the paginatedListPageReceiptsResponse.receipts()member.SdkPublisher<Receipt>ListPageReceiptsPublisher. receipts()Returns a publisher that can be used to get a stream of data.
-