Uses of Class
software.amazon.awssdk.services.rds.model.SwitchoverDetail
Packages that use SwitchoverDetail
-
Uses of SwitchoverDetail in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SwitchoverDetailModifier and TypeMethodDescriptionfinal List<SwitchoverDetail>BlueGreenDeployment.switchoverDetails()The details about each source and target resource in the blue/green deployment.Methods in software.amazon.awssdk.services.rds.model with parameters of type SwitchoverDetailModifier and TypeMethodDescriptionBlueGreenDeployment.Builder.switchoverDetails(SwitchoverDetail... switchoverDetails) The details about each source and target resource in the blue/green deployment.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type SwitchoverDetailModifier and TypeMethodDescriptionBlueGreenDeployment.Builder.switchoverDetails(Collection<SwitchoverDetail> switchoverDetails) The details about each source and target resource in the blue/green deployment.