Uses of Class
software.amazon.awssdk.services.dynamodb.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Endpoint in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>DescribeEndpointsResponse. endpoints()List of endpoints.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Endpoint... endpoints)List of endpoints.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Endpoint Modifier and Type Method Description DescribeEndpointsResponse.BuilderDescribeEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)List of endpoints.
-