| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.builder() |
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.legalHolds(Collection<LegalHold> legalHolds)
This is an array of returned legal holds, both active and previous.
|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.legalHolds(Consumer<LegalHold.Builder>... legalHolds)
This is an array of returned legal holds, both active and previous.
|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.legalHolds(LegalHold... legalHolds)
This is an array of returned legal holds, both active and previous.
|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.Builder.nextToken(String nextToken)
The next item following a partial list of returned resources.
|
ListLegalHoldsResponse.Builder |
ListLegalHoldsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLegalHoldsResponse.Builder> |
ListLegalHoldsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.