| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointAuthorization |
EndpointAuthorization.clone() |
EndpointAuthorization |
EndpointAuthorization.withAllowedAllVPCs(Boolean allowedAllVPCs)
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
|
EndpointAuthorization |
EndpointAuthorization.withAllowedVPCs(Collection<String> allowedVPCs)
The VPCs allowed access to the cluster.
|
EndpointAuthorization |
EndpointAuthorization.withAllowedVPCs(String... allowedVPCs)
The VPCs allowed access to the cluster.
|
EndpointAuthorization |
EndpointAuthorization.withAuthorizeTime(Date authorizeTime)
The time (UTC) when the authorization was created.
|
EndpointAuthorization |
EndpointAuthorization.withClusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
EndpointAuthorization |
EndpointAuthorization.withClusterStatus(String clusterStatus)
The status of the cluster.
|
EndpointAuthorization |
EndpointAuthorization.withEndpointCount(Integer endpointCount)
The number of Redshift-managed VPC endpoints created for the authorization.
|
EndpointAuthorization |
EndpointAuthorization.withGrantee(String grantee)
The Amazon Web Services account ID of the grantee of the cluster.
|
EndpointAuthorization |
EndpointAuthorization.withGrantor(String grantor)
The Amazon Web Services account ID of the cluster owner.
|
EndpointAuthorization |
EndpointAuthorization.withStatus(AuthorizationStatus status)
The status of the authorization action.
|
EndpointAuthorization |
EndpointAuthorization.withStatus(String status)
The status of the authorization action.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointAuthorization> |
DescribeEndpointAuthorizationResult.getEndpointAuthorizationList()
The authorizations to an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAuthorizationResult |
DescribeEndpointAuthorizationResult.withEndpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointAuthorizationResult.setEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResult |
DescribeEndpointAuthorizationResult.withEndpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
Copyright © 2024. All rights reserved.