Uses of Class
com.amazonaws.services.databasemigrationservice.model.DescribeEndpointsRequest
Packages that use DescribeEndpointsRequest
Package
Description
-
Uses of DescribeEndpointsRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type DescribeEndpointsRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.describeEndpoints(DescribeEndpointsRequest request) AWSDatabaseMigrationService.describeEndpoints(DescribeEndpointsRequest describeEndpointsRequest) Returns information about the endpoints for your account in the current region.AWSDatabaseMigrationServiceClient.describeEndpoints(DescribeEndpointsRequest describeEndpointsRequest) Returns information about the endpoints for your account in the current region.AbstractAWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest request) AbstractAWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest request, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest describeEndpointsRequest) Returns information about the endpoints for your account in the current region.AWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest describeEndpointsRequest, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) Returns information about the endpoints for your account in the current region.AWSDatabaseMigrationServiceAsyncClient.describeEndpointsAsync(DescribeEndpointsRequest request) AWSDatabaseMigrationServiceAsyncClient.describeEndpointsAsync(DescribeEndpointsRequest request, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type DescribeEndpointsRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest request, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) AWSDatabaseMigrationServiceAsync.describeEndpointsAsync(DescribeEndpointsRequest describeEndpointsRequest, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) Returns information about the endpoints for your account in the current region.AWSDatabaseMigrationServiceAsyncClient.describeEndpointsAsync(DescribeEndpointsRequest request, AsyncHandler<DescribeEndpointsRequest, DescribeEndpointsResult> asyncHandler) -
Uses of DescribeEndpointsRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return DescribeEndpointsRequestModifier and TypeMethodDescriptionDescribeEndpointsRequest.clone()DescribeEndpointsRequest.withFilters(Filter... filters) Filters applied to the describe action.DescribeEndpointsRequest.withFilters(Collection<Filter> filters) Filters applied to the describe action.DescribeEndpointsRequest.withMarker(String marker) An optional pagination token provided by a previous request.DescribeEndpointsRequest.withMaxRecords(Integer maxRecords) The maximum number of records to include in the response.