| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListResourcesResponse |
LakeFormationClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default ListResourcesResponse |
LakeFormationClient.listResources(ListResourcesRequest listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResourcesResponse> |
LakeFormationAsyncClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
default CompletableFuture<ListResourcesResponse> |
LakeFormationAsyncClient.listResources(ListResourcesRequest listResourcesRequest)
Lists the resources registered to be managed by the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListResourcesResponse> |
ListResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber) |
Copyright © 2021. All rights reserved.