| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLegalHoldsResponse |
BackupClient.listLegalHolds(Consumer<ListLegalHoldsRequest.Builder> listLegalHoldsRequest)
This action returns metadata about active and previous legal holds.
|
default ListLegalHoldsResponse |
BackupClient.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)
This action returns metadata about active and previous legal holds.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLegalHoldsResponse> |
BackupAsyncClient.listLegalHolds(Consumer<ListLegalHoldsRequest.Builder> listLegalHoldsRequest)
This action returns metadata about active and previous legal holds.
|
default CompletableFuture<ListLegalHoldsResponse> |
BackupAsyncClient.listLegalHolds(ListLegalHoldsRequest listLegalHoldsRequest)
This action returns metadata about active and previous legal holds.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLegalHoldsResponse> |
ListLegalHoldsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLegalHoldsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLegalHoldsResponse> subscriber) |
Copyright © 2023. All rights reserved.