Uses of Class
software.amazon.awssdk.services.redshift.model.SupportedPlatform
-
Packages that use SupportedPlatform Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SupportedPlatform in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SupportedPlatform Modifier and Type Method Description List<SupportedPlatform>AvailabilityZone. supportedPlatforms()Methods in software.amazon.awssdk.services.redshift.model with parameters of type SupportedPlatform Modifier and Type Method Description AvailabilityZone.BuilderAvailabilityZone.Builder. supportedPlatforms(SupportedPlatform... supportedPlatforms)Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SupportedPlatform Modifier and Type Method Description AvailabilityZone.BuilderAvailabilityZone.Builder. supportedPlatforms(Collection<SupportedPlatform> supportedPlatforms)
-