| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model | |
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LegalHold> |
ListLegalHoldsResponse.legalHolds()
This is an array of returned legal holds, both active and previous.
|
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.legalHolds(LegalHold... legalHolds)
This is an array of returned legal holds, both active and previous.
|
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.legalHolds(Collection<LegalHold> legalHolds)
This is an array of returned legal holds, both active and previous.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LegalHold> |
ListLegalHoldsPublisher.legalHolds()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LegalHold> |
ListLegalHoldsIterable.legalHolds()
Returns an iterable to iterate through the paginated
ListLegalHoldsResponse.legalHolds() member. |
Copyright © 2023. All rights reserved.