Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeEndpointTypesResult
-
Packages that use DescribeEndpointTypesResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of DescribeEndpointTypesResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return DescribeEndpointTypesResult Modifier and Type Method Description DescribeEndpointTypesResult
AbstractAWSDatabaseMigrationService. describeEndpointTypes(DescribeEndpointTypesRequest request)
DescribeEndpointTypesResult
AWSDatabaseMigrationService. describeEndpointTypes(DescribeEndpointTypesRequest describeEndpointTypesRequest)
Returns information about the type of endpoints available.DescribeEndpointTypesResult
AWSDatabaseMigrationServiceClient. describeEndpointTypes(DescribeEndpointTypesRequest describeEndpointTypesRequest)
Returns information about the type of endpoints available.Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DescribeEndpointTypesResult Modifier and Type Method Description Future<DescribeEndpointTypesResult>
AbstractAWSDatabaseMigrationServiceAsync. describeEndpointTypesAsync(DescribeEndpointTypesRequest request, AsyncHandler<DescribeEndpointTypesRequest,DescribeEndpointTypesResult> asyncHandler)
Future<DescribeEndpointTypesResult>
AWSDatabaseMigrationServiceAsync. describeEndpointTypesAsync(DescribeEndpointTypesRequest describeEndpointTypesRequest, AsyncHandler<DescribeEndpointTypesRequest,DescribeEndpointTypesResult> asyncHandler)
Returns information about the type of endpoints available.Future<DescribeEndpointTypesResult>
AWSDatabaseMigrationServiceAsyncClient. describeEndpointTypesAsync(DescribeEndpointTypesRequest request, AsyncHandler<DescribeEndpointTypesRequest,DescribeEndpointTypesResult> asyncHandler)
-
Uses of DescribeEndpointTypesResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeEndpointTypesResult Modifier and Type Method Description DescribeEndpointTypesResult
DescribeEndpointTypesResult. clone()
DescribeEndpointTypesResult
DescribeEndpointTypesResult. withMarker(String marker)
An optional pagination token provided by a previous request.DescribeEndpointTypesResult
DescribeEndpointTypesResult. withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)
The type of endpoints that are supported.DescribeEndpointTypesResult
DescribeEndpointTypesResult. withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)
The type of endpoints that are supported.
-