| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointAccess |
EndpointAccess.clone() |
EndpointAccess |
EndpointAccess.withAddress(String address)
The DNS address of the endpoint.
|
EndpointAccess |
EndpointAccess.withClusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster associated with the endpoint.
|
EndpointAccess |
EndpointAccess.withEndpointCreateTime(Date endpointCreateTime)
The time (UTC) that the endpoint was created.
|
EndpointAccess |
EndpointAccess.withEndpointName(String endpointName)
The name of the endpoint.
|
EndpointAccess |
EndpointAccess.withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointAccess |
EndpointAccess.withPort(Integer port)
The port number on which the cluster accepts incoming connections.
|
EndpointAccess |
EndpointAccess.withResourceOwner(String resourceOwner)
The AWS account ID of the owner of the cluster.
|
EndpointAccess |
EndpointAccess.withSubnetGroupName(String subnetGroupName)
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
|
EndpointAccess |
EndpointAccess.withVpcEndpoint(VpcEndpoint vpcEndpoint) |
EndpointAccess |
EndpointAccess.withVpcSecurityGroups(Collection<VpcSecurityGroupMembership> vpcSecurityGroups)
The security groups associated with the endpoint.
|
EndpointAccess |
EndpointAccess.withVpcSecurityGroups(VpcSecurityGroupMembership... vpcSecurityGroups)
The security groups associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointAccess> |
DescribeEndpointAccessResult.getEndpointAccessList()
The list of endpoints with access to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAccessResult |
DescribeEndpointAccessResult.withEndpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointAccessResult.setEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResult |
DescribeEndpointAccessResult.withEndpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
Copyright © 2021. All rights reserved.