Uses of Class
software.amazon.awssdk.services.redshift.model.SupportedOperation
-
Packages that use SupportedOperation Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of SupportedOperation in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SupportedOperation Modifier and Type Method Description List<SupportedOperation>UpdateTarget. supportedOperations()A list of operations supported by the maintenance track.Methods in software.amazon.awssdk.services.redshift.model with parameters of type SupportedOperation Modifier and Type Method Description UpdateTarget.BuilderUpdateTarget.Builder. supportedOperations(SupportedOperation... supportedOperations)A list of operations supported by the maintenance track.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SupportedOperation Modifier and Type Method Description UpdateTarget.BuilderUpdateTarget.Builder. supportedOperations(Collection<SupportedOperation> supportedOperations)A list of operations supported by the maintenance track.
-