| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| software.amazon.awssdk.services.redshiftserverless.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkgroupsResponse |
RedshiftServerlessClient.listWorkgroups(Consumer<ListWorkgroupsRequest.Builder> listWorkgroupsRequest)
Returns information about a list of specified workgroups.
|
default ListWorkgroupsResponse |
RedshiftServerlessClient.listWorkgroups(ListWorkgroupsRequest listWorkgroupsRequest)
Returns information about a list of specified workgroups.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkgroupsResponse> |
RedshiftServerlessAsyncClient.listWorkgroups(Consumer<ListWorkgroupsRequest.Builder> listWorkgroupsRequest)
Returns information about a list of specified workgroups.
|
default CompletableFuture<ListWorkgroupsResponse> |
RedshiftServerlessAsyncClient.listWorkgroups(ListWorkgroupsRequest listWorkgroupsRequest)
Returns information about a list of specified workgroups.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkgroupsResponse> |
ListWorkgroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkgroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkgroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.