| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEndpointAccessResult> |
AbstractAWSRedshiftServerlessAsync.listEndpointAccessAsync(ListEndpointAccessRequest request,
AsyncHandler<ListEndpointAccessRequest,ListEndpointAccessResult> asyncHandler) |
Future<ListEndpointAccessResult> |
AWSRedshiftServerlessAsyncClient.listEndpointAccessAsync(ListEndpointAccessRequest request,
AsyncHandler<ListEndpointAccessRequest,ListEndpointAccessResult> asyncHandler) |
Future<ListEndpointAccessResult> |
AWSRedshiftServerlessAsync.listEndpointAccessAsync(ListEndpointAccessRequest listEndpointAccessRequest,
AsyncHandler<ListEndpointAccessRequest,ListEndpointAccessResult> asyncHandler)
Returns an array of
EndpointAccess objects and relevant information. |
| Modifier and Type | Method and Description |
|---|---|
ListEndpointAccessRequest |
ListEndpointAccessRequest.clone() |
ListEndpointAccessRequest |
ListEndpointAccessRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListEndpointAccessRequest |
ListEndpointAccessRequest.withNextToken(String nextToken)
If your initial
ListEndpointAccess operation returns a nextToken, you can include the
returned nextToken in subsequent ListEndpointAccess operations, which returns results
in the next page. |
ListEndpointAccessRequest |
ListEndpointAccessRequest.withVpcId(String vpcId)
The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
ListEndpointAccessRequest |
ListEndpointAccessRequest.withWorkgroupName(String workgroupName)
The name of the workgroup associated with the VPC endpoint to return.
|
Copyright © 2022. All rights reserved.