Uses of Class
software.amazon.awssdk.services.databasemigration.model.SupportedEndpointType
-
Packages that use SupportedEndpointType Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SupportedEndpointType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SupportedEndpointType Modifier and Type Method Description List<SupportedEndpointType>DescribeEndpointTypesResponse. supportedEndpointTypes()The types of endpoints that are supported.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SupportedEndpointType Modifier and Type Method Description DescribeEndpointTypesResponse.BuilderDescribeEndpointTypesResponse.Builder. supportedEndpointTypes(SupportedEndpointType... supportedEndpointTypes)The types of endpoints that are supported.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type SupportedEndpointType Modifier and Type Method Description DescribeEndpointTypesResponse.BuilderDescribeEndpointTypesResponse.Builder. supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes)The types of endpoints that are supported.
-