| 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<CreateEndpointAccessResult> |
AbstractAWSRedshiftServerlessAsync.createEndpointAccessAsync(CreateEndpointAccessRequest request,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler) |
Future<CreateEndpointAccessResult> |
AWSRedshiftServerlessAsync.createEndpointAccessAsync(CreateEndpointAccessRequest createEndpointAccessRequest,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler)
Creates an Amazon Redshift Serverless managed VPC endpoint.
|
Future<CreateEndpointAccessResult> |
AWSRedshiftServerlessAsyncClient.createEndpointAccessAsync(CreateEndpointAccessRequest request,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.clone() |
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withEndpointName(String endpointName)
The name of the VPC endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withOwnerAccount(String ownerAccount)
The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withSubnetIds(Collection<String> subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withSubnetIds(String... subnetIds)
The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic
that you are authorizing into your endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withWorkgroupName(String workgroupName)
The name of the workgroup to associate with the VPC endpoint.
|
Copyright © 2023. All rights reserved.