Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateEndpointAccessResult> |
AbstractAmazonRedshiftAsync.createEndpointAccessAsync(CreateEndpointAccessRequest request,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler) |
Future<CreateEndpointAccessResult> |
AmazonRedshiftAsync.createEndpointAccessAsync(CreateEndpointAccessRequest createEndpointAccessRequest,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler)
Creates a Redshift-managed VPC endpoint.
|
Future<CreateEndpointAccessResult> |
AmazonRedshiftAsyncClient.createEndpointAccessAsync(CreateEndpointAccessRequest request,
AsyncHandler<CreateEndpointAccessRequest,CreateEndpointAccessResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.clone() |
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster to access.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withEndpointName(String endpointName)
The Redshift-managed VPC endpoint name.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withResourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withSubnetGroupName(String subnetGroupName)
The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
CreateEndpointAccessRequest |
CreateEndpointAccessRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
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 security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing
into your endpoint.
|
Copyright © 2023. All rights reserved.