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 DescribeEndpointTypesResultAbstractAWSDatabaseMigrationService. describeEndpointTypes(DescribeEndpointTypesRequest request)DescribeEndpointTypesResultAWSDatabaseMigrationService. describeEndpointTypes(DescribeEndpointTypesRequest describeEndpointTypesRequest)Returns information about the type of endpoints available.DescribeEndpointTypesResultAWSDatabaseMigrationServiceClient. 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 DescribeEndpointTypesResultDescribeEndpointTypesResult. clone()DescribeEndpointTypesResultDescribeEndpointTypesResult. withMarker(String marker)An optional pagination token provided by a previous request.DescribeEndpointTypesResultDescribeEndpointTypesResult. withSupportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)The type of endpoints that are supported.DescribeEndpointTypesResultDescribeEndpointTypesResult. withSupportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)The type of endpoints that are supported.
-