| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointAccess |
EndpointAccess.clone() |
EndpointAccess |
GetEndpointAccessResult.getEndpoint()
The returned VPC endpoint.
|
EndpointAccess |
CreateEndpointAccessResult.getEndpoint()
The created VPC endpoint.
|
EndpointAccess |
DeleteEndpointAccessResult.getEndpoint()
The deleted VPC endpoint.
|
EndpointAccess |
UpdateEndpointAccessResult.getEndpoint()
The updated VPC endpoint.
|
EndpointAccess |
EndpointAccess.withAddress(String address)
The DNS address of the endpoint.
|
EndpointAccess |
EndpointAccess.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the VPC endpoint.
|
EndpointAccess |
EndpointAccess.withEndpointCreateTime(Date endpointCreateTime)
The time that the endpoint was created.
|
EndpointAccess |
EndpointAccess.withEndpointName(String endpointName)
The name of the VPC endpoint.
|
EndpointAccess |
EndpointAccess.withEndpointStatus(String endpointStatus)
The status of the VPC endpoint.
|
EndpointAccess |
EndpointAccess.withPort(Integer port)
The port number on which Amazon Redshift Serverless accepts incoming connections.
|
EndpointAccess |
EndpointAccess.withSubnetIds(Collection<String> subnetIds)
The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.
|
EndpointAccess |
EndpointAccess.withSubnetIds(String... subnetIds)
The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.
|
EndpointAccess |
EndpointAccess.withVpcEndpoint(VpcEndpoint vpcEndpoint)
The connection endpoint for connecting to Amazon Redshift Serverless.
|
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.
|
EndpointAccess |
EndpointAccess.withWorkgroupName(String workgroupName)
The name of the workgroup associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointAccess> |
ListEndpointAccessResult.getEndpoints()
The returned VPC endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEndpointAccessResult.setEndpoint(EndpointAccess endpoint)
The returned VPC endpoint.
|
void |
CreateEndpointAccessResult.setEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
|
void |
DeleteEndpointAccessResult.setEndpoint(EndpointAccess endpoint)
The deleted VPC endpoint.
|
void |
UpdateEndpointAccessResult.setEndpoint(EndpointAccess endpoint)
The updated VPC endpoint.
|
GetEndpointAccessResult |
GetEndpointAccessResult.withEndpoint(EndpointAccess endpoint)
The returned VPC endpoint.
|
CreateEndpointAccessResult |
CreateEndpointAccessResult.withEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
|
DeleteEndpointAccessResult |
DeleteEndpointAccessResult.withEndpoint(EndpointAccess endpoint)
The deleted VPC endpoint.
|
UpdateEndpointAccessResult |
UpdateEndpointAccessResult.withEndpoint(EndpointAccess endpoint)
The updated VPC endpoint.
|
ListEndpointAccessResult |
ListEndpointAccessResult.withEndpoints(EndpointAccess... endpoints)
The returned VPC endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointAccessResult.setEndpoints(Collection<EndpointAccess> endpoints)
The returned VPC endpoints.
|
ListEndpointAccessResult |
ListEndpointAccessResult.withEndpoints(Collection<EndpointAccess> endpoints)
The returned VPC endpoints.
|
Copyright © 2023. All rights reserved.