Uses of Class
software.amazon.awssdk.services.lightsail.model.SetupHistory
-
Packages that use SetupHistory Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of SetupHistory in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type SetupHistory Modifier and Type Method Description List<SetupHistory>GetSetupHistoryResponse. setupHistory()The historical information that's returned.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type SetupHistory Modifier and Type Method Description GetSetupHistoryResponse.BuilderGetSetupHistoryResponse.Builder. setupHistory(SetupHistory... setupHistory)The historical information that's returned.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type SetupHistory Modifier and Type Method Description GetSetupHistoryResponse.BuilderGetSetupHistoryResponse.Builder. setupHistory(Collection<SetupHistory> setupHistory)The historical information that's returned.
-