Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
GetPlanRequest.getLocation()
The parameters for the mapping.
|
Location |
GetMappingRequest.getLocation()
Parameters for the mapping.
|
Location |
Location.withDynamoDB(CodeGenNodeArg... dynamoDB)
An Amazon DynamoDB table location.
|
Location |
Location.withDynamoDB(Collection<CodeGenNodeArg> dynamoDB)
An Amazon DynamoDB table location.
|
Location |
Location.withJdbc(CodeGenNodeArg... jdbc)
A JDBC location.
|
Location |
Location.withJdbc(Collection<CodeGenNodeArg> jdbc)
A JDBC location.
|
Location |
Location.withS3(CodeGenNodeArg... s3)
An Amazon Simple Storage Service (Amazon S3) location.
|
Location |
Location.withS3(Collection<CodeGenNodeArg> s3)
An Amazon Simple Storage Service (Amazon S3) location.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPlanRequest.setLocation(Location location)
The parameters for the mapping.
|
void |
GetMappingRequest.setLocation(Location location)
Parameters for the mapping.
|
GetPlanRequest |
GetPlanRequest.withLocation(Location location)
The parameters for the mapping.
|
GetMappingRequest |
GetMappingRequest.withLocation(Location location)
Parameters for the mapping.
|
Copyright © 2021. All rights reserved.