| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmcontacts.model | |
| software.amazon.awssdk.services.ssmcontacts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Receipt> |
ListPageReceiptsResponse.receipts()
A list of each acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPageReceiptsResponse.Builder |
ListPageReceiptsResponse.Builder.receipts(Receipt... receipts)
A list of each acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
ListPageReceiptsResponse.Builder |
ListPageReceiptsResponse.Builder.receipts(Collection<Receipt> receipts)
A list of each acknowledgement.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Receipt> |
ListPageReceiptsIterable.receipts()
Returns an iterable to iterate through the paginated
ListPageReceiptsResponse.receipts() member. |
SdkPublisher<Receipt> |
ListPageReceiptsPublisher.receipts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.