Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Endpoint.withAddress(String address)
IP address of the endpoint.
|
Endpoint |
Endpoint.withCachePeriodInMinutes(Long cachePeriodInMinutes)
Endpoint cache time to live (TTL) value.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
DescribeEndpointsResult.getEndpoints()
List of endpoints.
|
Modifier and Type | Method and Description |
---|---|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(Endpoint... endpoints)
List of endpoints.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEndpointsResult.setEndpoints(Collection<Endpoint> endpoints)
List of endpoints.
|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(Collection<Endpoint> endpoints)
List of endpoints.
|
Copyright © 2022. All rights reserved.