Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SupportedEndpointType> |
DescribeEndpointTypesResult.supportedEndpointTypes
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
SupportedEndpointType |
SupportedEndpointType.clone() |
SupportedEndpointType |
SupportedEndpointType.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
SupportedEndpointType.withEndpointType(java.lang.String endpointType)
The type of endpoint.
|
SupportedEndpointType |
SupportedEndpointType.withEngineName(java.lang.String engineName)
The database engine name.
|
SupportedEndpointType |
SupportedEndpointType.withSupportsCDC(java.lang.Boolean supportsCDC)
Indicates if Change Data Capture (CDC) is supported.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SupportedEndpointType> |
DescribeEndpointTypesResult.getSupportedEndpointTypes()
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEndpointTypesResult.setSupportedEndpointTypes(java.util.Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
|
DescribeEndpointTypesResult |
DescribeEndpointTypesResult.withSupportedEndpointTypes(java.util.Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
|
Modifier and Type | Method and Description |
---|---|
SupportedEndpointType |
SupportedEndpointTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SupportedEndpointTypeJsonMarshaller.marshall(SupportedEndpointType supportedEndpointType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|