Uses of Class
software.amazon.awssdk.services.databasemigration.model.SupportedEndpointType
Packages that use SupportedEndpointType
-
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 SupportedEndpointTypeModifier and TypeMethodDescriptionfinal List<SupportedEndpointType>DescribeEndpointTypesResponse.supportedEndpointTypes()The types of endpoints that are supported.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SupportedEndpointTypeModifier and TypeMethodDescriptionDescribeEndpointTypesResponse.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 SupportedEndpointTypeModifier and TypeMethodDescriptionDescribeEndpointTypesResponse.Builder.supportedEndpointTypes(Collection<SupportedEndpointType> supportedEndpointTypes) The types of endpoints that are supported.